We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support better CLI usage on the debug server.
The debug server (which allows querying information from loaded tables) should support a better system for getting CLI args and also for the end user.
It shouldn't panic on an empty message (not sure if this is still the case?) and it should print out how to use a command.
The preferrable method of doing this is with StructOpt/clap.
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
QoL suggestion
Support better CLI usage on the debug server.
Is your suggestion related to a usage problem? Please explain.
The debug server (which allows querying information from loaded tables) should support a better system for getting CLI args and also for the end user.
How could we make this better?
It shouldn't panic on an empty message (not sure if this is still the case?) and it should print out how to use a command.
The preferrable method of doing this is with StructOpt/clap.
Is there an alternative way of doing things you'd like to suggest?
N/A
Additional information
N/A
The text was updated successfully, but these errors were encountered: