# Functions
CustomizeTemplates customizes the help and usage templates of the command.
# Constants
AnnotationHideFlagsInUsage is an annotation on a cobra command that causes flags to be hidden in the command help.
AnnotationHideGlobalFlagsInUsage is an annotation on a cobra command that causes inherited flags to be hidden in the command help.