File: show-required-arguments-in-help-commands-of-node-create-port-create-b213bb28bcc94743.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (6 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
fixes:
  - |
      Where applicable, help for commands will output the required
      arguments in a separate section from the optional arguments.
      For example, the commands ``ironic help node-create`` and
      ``ironic help port-create``.