# Packages
Package backup is the backup subcommand for the influxd command.
Package help is the help subcommand of the influxd command.
Package restore is the restore subcommand for the influxd command, for restoring from a backup.
Package run is the run (default) subcommand for the influxd command.
# Functions
NewMain return a new instance of Main.
NewVersionCommand return a new instance of VersionCommand.
# Structs
Main represents the program execution.
VersionCommand represents the command executed by "influxd version".