You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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?
Not really an issue but a suggestion for readme.
2 things you should mention to make it work:
using CommandTerminal;
to be able to register commandsCommandArg[] 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!
The text was updated successfully, but these errors were encountered: