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

Look into argparse for less typing of optional flags #537

Open
chuck-sys opened this issue Oct 4, 2020 · 0 comments
Open

Look into argparse for less typing of optional flags #537

chuck-sys opened this issue Oct 4, 2020 · 0 comments
Labels
needs research Do research and exploratory work theme:ux User experience improvements

Comments

@chuck-sys
Copy link
Collaborator

Please give a one-sentence summary of the feature you would like to see.

Remove optional flags in favour of optional single arguments using option nargs='?'.

Please give as many details as possible about the requirements for the feature.

Check out https://docs.python.org/3/library/argparse.html#nargs for more details. Though I type fast, it isn't no time at all. It has irked some of us for some time that you could do /rocket user view for viewing information about yourself, but you had to do /rocket user view --username @cheukyin699 to view someone else's information.

@chuck-sys chuck-sys added theme:feature Request a new feature. needs research Do research and exploratory work labels Oct 4, 2020
@bobheadxi bobheadxi added theme:ux User experience improvements and removed theme:feature Request a new feature. labels Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs research Do research and exploratory work theme:ux User experience improvements
Projects
None yet
Development

No branches or pull requests

2 participants