Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCommandNameRequired is returned when no command name is provided and --all is not set. ErrCommandNameRequired = errors.New("command name required (or use --all to update all commands)") // ErrCannotSpecifyWithAll is returned when a command name is provided with --all flag. ErrCannotSpecifyWithAll = errors.New("cannot specify command name with --all flag") // ErrSomeUpdatesFailed is returned when some updates fail in batch update. ErrSomeUpdatesFailed = errors.New("some updates failed") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.