# Functions

NewCommand creates a new configuration command.
NewCurrentContextCommand creates a new command for viewing the current context.
NewEnvCommand creates a new command for viewing a configuration as environment variables.
NewSetCommand creates a new command for setting a configuration property.
NewViewCommand creates a new command for viewing the configuration.

# Structs

CurrentContextOptions are the options for viewing the current context.
EnvOptions are the options for viewing a configuration as environment variables.
Options includes the configuration for the subcommands.
SetOptions are the options for setting a configuration property to a new value.
ViewOptions are the options for viewing a configuration file.