# Functions
Bind is a convenience function to bind flags to a command, through newly created pflag.Flagset type.
BindFlagCompletions is a convenience function for binding completers to flags requiring arguments.
NewCompletions registers the command to the application completion engine and returns you a type through which you can register all sorts of completions for this command, from flag arguments, positional ones, per index or remaining, etc.
RestrictTargets generates a cobra annotation map with a single console.CommandHiddenFilter key to a comma-separated list of filters to use in order to expose/hide commands based on requirements.
# Constants
No description provided by the author