# Functions
ExactArgs returns an error if there is not the exact number of args.
FlagErrorFunc prints an error message which matches the format of the docker/docker/cli error messages.
NoArgs validates args and returns an error if there are any args.
RequiresMaxArgs returns an error if there is not at most max args.
RequiresMinArgs returns an error if there is not at least min args.
RequiresRangeArgs returns an error if there is not at least min args and at most max args.
SetupRootCommand sets default usage, help, and error handling for the root command.
# Structs
StatusError reports an unsuccessful exit by a command.
# Type aliases
Errors is a list of errors.