You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ffmd/examples
jolheiser 763d358701
Mention aliases
Signed-off-by: jolheiser <john.olheiser@gmail.com>
7 months ago
..
alias Add alias support 7 months ago
flagset Remove From 1 year ago
multiple Remove From 1 year ago
single Remove From 1 year ago
README.md Mention aliases 7 months ago

README.md

Examples

Each directory contains a sample flagset/command setup and the resulting generated docs.

  • flagset - Using only stdlib flag.FlagSet
  • single - Using a single ffcli.Command
  • multiple - Using ffcli.Command with multiple sub-commands
  • alias - Using ffcli.Command with alias setup