nscript icon indicating copy to clipboard operation
nscript copied to clipboard

save the trouble of specifying commands, and make all commands available (for lazy people)?

Open gavinengel opened this issue 9 years ago • 1 comments

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.

gavinengel avatar Jan 24 '16 03:01 gavinengel

I think your question is broken, I only see two times module.exports = function(shell, true, $beard) { ?

mweststrate avatar Jan 24 '16 09:01 mweststrate