Readme suggestions
Opened this issue · 2 comments
nothke commented
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[] args
as 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!
stillwwater commented
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!
ailrk commented
How do you use a library without importing?