shell: direct exports not needed anymore

This commit is contained in:
Girish Ramakrishnan
2024-10-15 09:26:02 +02:00
parent a9e1d7641d
commit 7b648cddfd
-5
View File
@@ -157,9 +157,4 @@ function shell(tag) {
};
}
shell.exec = exec;
shell.execArgs = execArgs;
shell.sudo = sudo;
shell.promises = { sudo: util.promisify(sudo) };
exports = module.exports = shell;