Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way to override help? #49

Open
TJRklaassen opened this issue Jul 21, 2019 · 4 comments
Open

Way to override help? #49

TJRklaassen opened this issue Jul 21, 2019 · 4 comments

Comments

@TJRklaassen
Copy link

I would like to override help and create my own help list with a better explanation for each command. Is this possible? Or is it possible to give the commands a description in help?

@TJRklaassen
Copy link
Author

Nvm I got it already, I just extended GUIConsole and overrode printCommands()

@StrongJoshua
Copy link
Owner

You can also use the annotations for setting command information. See here.

@TJRklaassen
Copy link
Author

You can also use the annotations for setting command information. See here.

I know, but this doesn't satisfy my needs. Especially when a command has a bunch of different parameters. Your help method will log the command multiple times.

@StrongJoshua
Copy link
Owner

Could you provide an example? Maybe there's a way I can fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants