# Functions
Address command lists the server addresses.
App returns the command line interface for this program.
Arch returns the program CPU architecture.
Commit returns a formatted, git commit description for the repository, including git tag version and git commit date.
Config command lists the server configuration.
Copyright returns a "©" copyright symbol, the respective years and author of this program.
Fix command the database and assets.
OS returns the program operating system.
Run parses optional command line arguments for this program.
Vers returns a formatted version.
Version returns a formatted version string for this program including the [Commit], [OS] and CPU [Arch].
# Constants
Author is the primary programmer of this program.
Continue is a special case to indicate the program should not exit.
Domain of the website.
Email contact for public display.
ExitOK is the exit code for a successful run.
GenericError is the exit code for a generic error.
Program is the command line name of this program.
Most recent year of compilation for this program.
Title of this program.
UsageError is the exit code for an incorrect command line argument or usage.
# Variables
No description provided by the author
# Type aliases
No description provided by the author