nscript
nscript copied to clipboard
save the trouble of specifying commands, and make all commands available (for lazy people)?
Instead of this:
module.exports = function(shell, echo, $beard) {
Would it be possible to simply use:
module.exports = function(shell, true, $beard) {
And use echo() as normal, without having to specify it? I'd like to be able to rapidly write scripts and want to avoid having to specify cli commands to include.
I think your question is broken, I only see two times module.exports = function(shell, true, $beard) { ?