# Functions
IsPreRelease determines if the given app version is a pre-release.
NewRootCommand returns a new command registered in the parent.
# Constants
CommandName is the string to be used to invoke this command.
# Variables
Now is exposed so that we may mock it from our test file.
# Structs
RootCommand is the parent command for all subcommands in this package.