# Functions
Register adds a new CLI sub-command to the registry.
RegisterdCommands returns a mapping of all registered commands, and a list of their names for consumpution by the CLI.
# Type aliases
Factory is a function that returns a new instance of a CLI-sub command.