cli
cli copied to clipboard
disallow invalid/inoperative commands
like described in #70 , now Insert of Cli doesn't check the command name, which would never be called.
For example,
cli.Insert("", CALLABLE, "description"); // command "" would never be called.
Some validity check should be implemented.