Commit Graph
3 Commits
Author SHA1 Message Date
Harshavardhana baa33cb888 Add support for ExtraInfo. 2017-05-08 09:53:53 -07:00
Harshavardhana f7d6a07f2d Add support for custom help templates. 2017-05-08 09:53:53 -07:00
Harshavardhana 99431669d0 New `Hide` variable for all Flags
This is a way to provide hidden flags for app, command and subcommands

For example:

  --generate-bash-completion global flag shouldn't be printed along
  with other flags as it might generally confuse people into thinking
  that 'generate' in-fact would generate a bash completion file for them
  to be used along with their app.

Also in general one would want to hide some flags for their apps.
2016-04-30 22:24:27 -04:00