nerd icon indicating copy to clipboard operation
nerd copied to clipboard

If a command does not exist, nerd should say so

Open LilliJane opened this issue 8 years ago • 1 comments

If a user types nerd project sets test it will return the help message and Not enough arguments.

LilliJane avatar Aug 29 '17 11:08 LilliJane

This behaviour is seemingly hardcoded in the CLI library so seems hard to change: https://github.com/mitchellh/cli/blob/33edc47170b5df54d2588696d590c5e20ee583fe/cli.go#L232 I can add a line in the main.go that checks for 127 but that is brittle and doesn't work on subcommands. I'm removing this from this milestone.

advdv avatar Dec 07 '17 08:12 advdv