CommandUtilsPrintCommandHelp Method |
Prints an help message containing information about a specified command.
Namespace:
MicaSystems.Utils.CLI
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static void PrintCommandHelp(
Type commandType
)
Parameters
- commandType
- Type: SystemType
Type of the command, using the CLICommandAttribute attribute.
See Also