Skip to content

1.1.1

Choose a tag to compare

@Solganis Solganis released this 14 Jul 00:54
b647652

Bug fixes

  • 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