# Functions
NoHTTPRedirector tells our cleanup routine that we will not be using a fallback http redirector.
NoInstallListener tells our cleanup routine that we will not be using a possibly provided listener for our install HTTP/HTTPS service.
NoMainListener tells our cleanup routine that we will not be using a possibly provided listener for our main HTTP/HTTPS service.
PrepareConsoleLoggerLevel by default, use INFO level for console logger, but some sub-commands (for git/ssh protocol) shouldn't output any log to stdout.
# Variables
CmdActions represents the available actions sub-commands.
CmdAdmin represents the available admin sub-command.
CmdCert represents the available cert sub-command.
CmdDocs represents the available docs sub-command.
CmdDoctor represents the available doctor sub-command.
CmdDump represents the available dump sub-command.
CmdDumpRepository represents the available dump repository sub-command.
CmdEmbedded represents the available extract sub-command.
CmdGenerate represents the available generate sub-command.
CmdHook represents the available hooks sub-command.
CmdKeys represents the available keys sub-command.
CmdManager represents the manager command.
CmdMigrate represents the available migrate sub-command.
CmdMigrateStorage represents the available migrate storage sub-command.
CmdRestoreRepository represents the available restore a repository sub-command.
CmdServ represents the available serv sub-command.
CmdWeb represents the available web sub-command.
PIDFile could be set from build tag.