# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Displays command output in CSV format.
Displays command output in HTML format.
Displays command output in JSON format.
Displays command output as it is.
Displays command output in table format.
Displays command output in XML format.
Input parameter is a list.
Input parameter is a list of optionals.
Default case.
Input parameter is an optional.
Input parameter is an optional of type list.
# Structs
The ``Identity`` class uniquely identifies a command in the CLI commands tree.
The ``Info`` class contains information about a command.
The ``OptionInfo`` class describes information about a specific input option of a command.
The ``OutputFieldInfo`` class describes the name used by the CLI to display a single property of a class element in the interface definition language.
The ``OutputInfo`` class describes the names used by the CLI to display the properties of a class element in the interface definition language as well as the order in which the properties will be displayed.
The ``ComponentInfo`` is an aggregated class for CLI commands and namespaces information.
The ``Identity`` class uniquely identifies a namespace in the CLI namespace tree.
The ``Info`` class contains information about a namespace.
The ``CreateSpec`` class contains the registration information of a CLI source.
The ``Info`` class contains the metadata source information.
# Interfaces
The ``Command`` interface provides methods to get information about command line interface (CLI) commands.
The ``Namespace`` interface provides methods to get information about command line interface (CLI) namespaces.
The ``Source`` interface provides methods to manage the sources of command line interface (CLI) metadata information.
# Type aliases
The ``FormatterType`` enumeration class defines supported CLI output formatter types.
The ``GenericType`` enumeration class defines generic types supported by ``Command`` interface.