command_terminal
command_terminal copied to clipboard
Readme suggestions
Not really an issue but a suggestion for readme. 2 things you should mention to make it work:
- You need to add
using CommandTerminal;to be able to register commands - and you need to have
CommandArg[] argsas a parameter even if you don't have any parameters. This confused me as it wasn't showing up in commands and there were no errors.
And great stuff! Thanks a lot!
I realize the readme is quite minimal so I'll be sure to add a note about the using derivative.
The CommandArg[] parameter is shown in the examples, do you think a footnote about requiring it even in commands without parameters would be useful there?
Thanks for the suggestion!
How do you use a library without importing?