Metadata_Cli_Command_FormatterType
Metadata_Cli_Command_FormatterType
The Command.FormatterType enumerated type defines supported CLI output formatter types. See Command.Info.formatter.
SIMPLE : Displays command output as it is.
TABLE : Displays command output in table format.
JSON : Displays command output in JSON format.
XML : Displays command output in XML format.
CSV : Displays command output in CSV format.
HTML : Displays command output in HTML format.
This data structure has no properties.
Enumeration:
SIMPLE,
TABLE,
JSON,
XML,
CSV,
HTML,