# Functions
NewCreateCommand returns a new command registered in the parent.
NewDeleteCommand returns a usable command registered under the parent.
NewListCommand returns a usable command registered under the parent.
NewRootCommand returns a new command registered in the parent.
NewSwitchCommand returns a usable command registered under the parent.
NewTokenCommand returns a new command registered in the parent.
NewUpdateCommand returns a usable command registered under the parent.
# Constants
CommandName is the string to be used to invoke this command.
# Variables
ErrEmptyToken is returned when a user tries to supply an empty string as a token in the terminal prompt.
# Structs
CreateCommand represents a Kingpin command.
DeleteCommand represents a Kingpin command.
ListCommand represents a Kingpin command.
RootCommand is the parent command for all subcommands in this package.
SwitchCommand represents a Kingpin command.
TokenCommand represents a Kingpin command.
UpdateCommand represents a Kingpin command.