The ironicclient.v1.shell Module

ironicclient.v1.shell.enhance_parser(parser, subparsers, cmd_mapper)[source]

Enhance parser with API version specific options.

Take a basic (nonversioned) parser and enhance it with commands and options specific for this version of API.

Parameters:parser – top level parser :param subparsers: top level parser’s subparsers collection where subcommands will go

Previous topic

The ironicclient.v1.resource_fields Module

Next topic

ironic Command-Line Interface (CLI)

Project Source

This Page