# Packages
No description provided by the author
# Functions
AliasCmd returns a pointer to the aliasCmd variable for the alias subcommands that are in a separate package.
DefaultConfigFile returns the specified config file name or the default if one has not beeen specified.
DefaultDir returns the standard directory for the aliasman configuration data.
EmailProvider returns an email provider of the type specified in a Viper string.
ErrorExit takes an error value and possibly pointer to a Cobra command.
ErrorNoExit takes and error value and outputs it to stderr.
Execute adds all child commands to the root command and sets flags appropriately.
RootCmd returns a pointer to the root command so that other modules can manipulate it.
StorageProvider returns a storage provider of the type specified in a Viper string.
ValidateInputs ensures that valid input is provided for domain, alias and email addresses.