A lot of the methods uses async calls and jumps straight through so for example in:
else if(program.add){
options.addCommand();
options.run()
}
prompts for both new command name and run choice when user hasn't even specify a new command to add.
$ scriptr -a
Please input a title for your script: ----------------------------------
| (1.) echoPoop
| (2.) ayyLmaooo
----------------------------------
Select an entry:
at least on Windows
A lot of the methods uses async calls and jumps straight through so for example in:
prompts for both new command name and run choice when user hasn't even specify a new command to add.
at least on Windows