# Functions
AtLeastOneViperBoolFlagGiven ensure at least one bool flag is given.
AtLeastOneViperInt64FlagGiven ensure at least one int64 flag is given.
AtLeastOneViperStringFlagGiven ensure at least one string flag is given.
AtLeastOneViperStringSliceFlagGiven ensure at least one string slice flag is given.
No description provided by the author
Edit a yaml response from getFunc in place and call updateFunc after save.
No description provided by the author
No description provided by the author
HumanizeDuration format given duration human readable.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Prompt the user to given compare text.
ReadFrom will either read from stdin (-) or a file path an marshall from yaml to data.
Truncate will trim a string in the middle and replace it with ellipsis FIXME write a test.
ViperBool returns the bool pointer for the given flag.
ViperInt64 returns the int64 pointer for the given flag.
ViperString returns the string pointer for the given flag.
ViperStringSlice returns the string slice for the given flag.