package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/docker-archive/docker-ce.git
Documentation: pkg.go.dev
# 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/cli/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.
UseLine returns the usage line for a command.
# Variables
Default build-time variable.
Default build-time variable.
Default build-time variable.
Default build-time variable.
# Structs
StatusError reports an unsuccessful exit by a command.
# Type aliases
Errors is a list of errors.