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

Available help options need overhaul #37

Open
Zeebrow opened this issue Sep 2, 2022 · 0 comments
Open

Available help options need overhaul #37

Zeebrow opened this issue Sep 2, 2022 · 0 comments
Milestone

Comments

@Zeebrow
Copy link
Owner

Zeebrow commented Sep 2, 2022

There is no way to figure out how this app is actually working, without making assumptions and while listening to output of a debug run. Documentation will not necessarily solve the immediate issues

  • main.py --help and main.py [action] --help display the same (incorrect) output
  • Getting help for a particular plugin's case is far from intuitive (documentation)
  • The only way to get --help is inherently broken (but still available anyways)

This is an issue for child plugin subparsers. The best I can understand is every parser is a parent parser, and in the case of main.py, the parent parser will always need some sort of child parser for complete (useful) output.

@Zeebrow Zeebrow added this to the Alpha milestone Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant