# Functions
No description provided by the author
NewBackupCmd returns the backup command which saves a local backup of the server and world.
NewBuildCommand returns the build command which builds the server container image.
NewCommandCmd returns the 'command' command which executes a mc server command on the given server.
NewConfigureCmd returns the configure command which operates on server files.
NewExportCommand returns the version command which prints the current craft version.
NewListCmd returns the list command which lists running and backed up servers.
NewLogsCmd returns the logs command which tails the server cli output.
NewRootCmd returns the root command which always runs before all other commands.
NewRunCmd returns the run command which creates a new craft server container and runs the server process.
NewStartCmd returns the start command which starts a server from the most recent backup.
NewStopCmd returns the stop command which takes a backup and stops the server.
NewVersionCmd returns the version command which prints the current craft version.