# Functions
DisplayCommandUsage prints cli usage info to console.
DisplayHelp shows help for the ssmcli.
DisplaySupportedCommands prints a list of supported cli commands to the console.
FormatFlag returns a parameter name formatted as a command line flag.
GetFlag returns the flag name if val is a flag, or empty if it is not.
IsFlag returns true if val is a flag.
IsHelp determines if a subcommand or flag is a request for help.
Register.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
CliCommands is the set of support commands.
# Interfaces
CliCommand defines the interface for all commands the cli can execute.