File: positional-arguments-are-required-22ddca72e6f523bf.yaml

package info (click to toggle)
python-oslo.config 1%3A8.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,192 kB
  • sloc: python: 10,740; makefile: 30; sh: 10
file content (12 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - |
    Positional options are now required by default, to match argparse's default
    behavior. To revert this behavior (and maintain optional positional
    arguments), you need to explicitly specify ``positional=True,
    required=False`` as part of the options definition.
fixes:
  - |
    On the command line, oslo.config now returns command usage information from
    argparse (instead of dumping a backtrace) when required arguments are
    missing.