cli icon indicating copy to clipboard operation
cli copied to clipboard

disallow invalid/inoperative commands

Open wangxuw opened this issue 5 years ago • 0 comments

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.

wangxuw avatar Jul 03 '20 18:07 wangxuw