# Variables
Build is the first 8 characters of the git commit hash.
CommandName is the name of the command to display in help and version info.
IsDevBuild is the boolean equivalent of IsDevelopment since we cannot pass bools in via the -X option to LDFLAGS.
IsDevelopment is used to flag whether or not this is a development build.
ReleaseDate is the date the binary was released in the form DD MMM YYYY.
Version is the current semver-compatible version of the product.
# Interfaces
Main represents an interface for the main application.