# Functions
AddEventsSubCmds adds custom subcommands to the `events` command created automatically as a resource command.
AddTerminalSubCmds adds custom subcommands to the `terminal` command created automatically as a resource command.
GetAliases retrieves the entire alias map, useful for testing.
GetCmdAlias retrieves the alias for a given resource, if one is present; otherwise returns "".
GetResourceCmdName returns the name for the resource commands.
HideAliasedCommands performs the post-processing on the command tree to hide resources that have an alias.
NewEventsResendCmd returns a new EventsResendCmd.
NewNamespaceCmd returns a new NamespaceCmd.
NewOperationCmd returns a new OperationCmd.
NewQuickstartCmd returns a new terminal quickstart command.
NewResourceCmd returns a new ResourceCmd.
NewUnsupportedV2BillingOperationCmd returns a new cobra command for an unsupported v2 billing command.
PostProcessResourceCommands patches up generated resource commands.
RemoveAppsCmd removes the autogenerated `apps` command as we need the plugin to have this namespace.
# Structs
EventsResendCmd represents the event resend API operation command.
NamespaceCmd represents namespace commands.
OperationCmd represents operation commands.
QuickstartCmd starts a prompt flow for connecting a Terminal reader to their Stripe account.
ResourceCmd represents resource commands.