nomnom icon indicating copy to clipboard operation
nomnom copied to clipboard

Customize default behaviour when command not found

Open phippg opened this issue 11 years ago • 2 comments

Is there a way to customize or define the behaviour of nomnom when a command is not found? For Example I want to print my own message or want to look for scripts in a particular directory.

phippg avatar Jun 30 '14 19:06 phippg

I second this. Its incredibly difficult to use the command interface when it shifts the functionality to expect a command but there is no way to handle unmatched/default behavior.

RichFromGalvanize avatar Sep 19 '14 00:09 RichFromGalvanize

https://github.com/scopely/sugar/blob/002f7598bfc72b15c6615d64022a56ed41567310/src/sugar.js#L426-L438

This is the horror I've had to face to deal with this.

Raynes avatar Apr 05 '15 20:04 Raynes