Skip to content

v3.18.0

Choose a tag to compare

@BrianPugh BrianPugh released this 09 Jun 13:20

Features

  • Stop KeyboardInterrupt from printing tracebacks by @gremlation in #448
    • The new behavior catches and suppresses KeyboardInterrupt from end-user ctrl-c action by default. This is done because generally the resulting stack trace is not useful to the end-user of the CLI. To disable this feature, set App(suppress_keyboard_interrupt=False).
  • Allow digit short flags (e.g. -2). These flags can only exist if the developer explicitly sets them with Parameter, and at that point they must be aware of the ambiguity between a digit-flag and a negative integer. By @BrianPugh in #455

New Contributors

Full Changelog: v3.17.0...v3.18.0