# Functions

LeafCommand is a command that runs something.
RootCommand is a command that only contains subcommands and doesn't do anything by itself.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
Command represents a command or subcommand that could be either a leaf command (meaning it runs its own custom functionality) or a root command (meaning it contains subcommands).
Flags represents a type that sets options based on a set of command line flags.