v3.18.0
Features
- Stop
KeyboardInterruptfrom printing tracebacks by @gremlation in #448- The new behavior catches and suppresses
KeyboardInterruptfrom 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, setApp(suppress_keyboard_interrupt=False).
- The new behavior catches and suppresses
- Allow digit short flags (e.g.
-2). These flags can only exist if the developer explicitly sets them withParameter, 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
- @gremlation made their first contribution in #448
Full Changelog: v3.17.0...v3.18.0