Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrorVerboseAndQuiet indicates than user specified "verbose" and "quiet" flags together ErrorVerboseAndQuiet = errors.New(`You cannot use "verbose" and "quiet" flags together`) // ErrorPatchAndQuiet indicates than user specified "patch" and "quiet" flags together ErrorPatchAndQuiet = errors.New(`You cannot use "patch" and "quiet" flags together`) // ErrorVerboseAndPatch indicates than user specified "verbose" and "patch" flags together ErrorVerboseAndPatch = errors.New(`You cannot use "verbose" and "patch" flags together`) // ErrorNotEnoughArguments indicates than user passed too few arguments ErrorNotEnoughArguments = errors.New(`Not enough arguments`) )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.