Skip to content

Conversation

@LouisLau-art
Copy link

Fixes #2779.

Adds a short docs section under docs/options.md explaining:

  • POSIX-style short option stacking (e.g. -abc == -a -b -c for flag options)
  • That Click does not support multi-character short option names (so -dbg is parsed as -d -b -g)

No code changes.

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

Successfully merging this pull request may close these issues.

Wrong error message when wrong multicharacter short option is passed

2 participants