You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
format_argv: an [env:]/[config:] flag read as off is no longer emitted, so the call returns an argv instead of raising (its name would re-parse to True)
fmt: an option line is a dash and a non-space, so - fast, quick in a wrapped description keeps its commas
check_compat: adding a long alias to a short-only option (-v to -v --verbose) is no longer reported as a break
check: a malformed option line defers to the error docopt() raises, not a misleading [options] accepts nothing
argv_strategy: the documented recipe now shows help=False, so a usage declaring -h no longer exits the property test
examples/completion.py now calls docopt(), so sourcing the generated script actually offers completions