CommandUtils Class |
Namespace: MicaSystems.Utils.CLI
public static class CommandUtils
The CommandUtils type exposes the following members.
Name | Description | |
---|---|---|
HandleCommand |
Handles a command from the received arguments.
The command is handled automaticaly if it asks for an help response.
Else, the execution callback is called with the command object.
| |
PrintCommandHelp |
Prints an help message containing information about a specified command.
| |
PrintCommandsDescription |
Prints (in the console) the description of all commands found in the specified assembly.
| |
SplitStringInSpaces |
Wraps the specified text on multiple texts, limited to the specified maximum length.
|