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

[bug] undetermined order of parse #17

Open
Freed-Wu opened this issue Sep 29, 2022 · 0 comments
Open

[bug] undetermined order of parse #17

Freed-Wu opened this issue Sep 29, 2022 · 0 comments

Comments

@Freed-Wu
Copy link

❯ a --help
usage: a [-h] [-q] [-d] [-v] [--print-completion {bash,zsh,tcsh}]

a.

options:
  -h, --help            show this help message and exit
  -q, --quiet           Don't show normal information.
  -d, --debug           Show debug information.
  -v, --version         show program's version number and exit
  --print-completion {bash,zsh,tcsh}
                        print shell completion script

Report bugs to <[email protected]>.
❯ a --help
usage: a [-h] [-d] [-q] [-v] [--print-completion {bash,zsh,tcsh}]

a.

options:
  -h, --help            show this help message and exit
  -d, --debug           Show debug information.
  -q, --quiet           Don't show normal information.
  -v, --version         show program's version number and exit
  --print-completion {bash,zsh,tcsh}
                        print shell completion script

Report bugs to <[email protected]>.

Undetermined order of argopt, which make writing a test script is impossible.

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