# Constants
FlagSetClient is our enum.
FlagSetDefault is our default flag set.
FlagSetNone is set when no flags are present.
# Structs
FailsafeCommand is a command implementation that allows operators to place the daemon in or take the daemon out of failsafe mode.
InitCommand is the command implamentation for init.
Meta contains the meta-options and functionality that Replicator commands can inherit.
VersionCommand is a Command implementation that prints the version.
# Type aliases
FlagSetFlags is an enum to define what flags are present in the default FlagSet returned by Meta.FlagSet.