# Functions
AddBothBoolFlags adds the given flag in both `--foo` and `--no-foo` variants.
AddBothBoolFlagsUnhidden is just like AddBothBoolFlags but shows both flags.
No description provided by the author
FirstCharToLower converts first char in given string to lowercase.
InvertUsage inverts the usage string with prefix "Do not".
MakePersistentPreRunE returns a PersistentPreRunE function.
No description provided by the author
No description provided by the author
No description provided by the author
NewQuickFixLogFactory creates an instance of LogFactory that writes messages and events to stdout.
No description provided by the author
No description provided by the author
No description provided by the author
ReconcileBoolFlags sets the value of the all the "--foo" flags based on "--no-foo" if provided, and returns an error if both were provided or an explicit value of false was provided to either (as that's confusing).
No description provided by the author
ValidateRequiredFlags is a public version of cobra's Command.validateRequiredFlags().
# Structs
No description provided by the author
# Interfaces
No description provided by the author