ffmd/examples
jolheiser 763d358701
Mention aliases
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-09-03 21:40:17 -05:00
..
alias Add alias support 2022-09-03 21:32:49 -05:00
flagset Remove From 2021-10-31 16:04:40 -05:00
multiple Remove From 2021-10-31 16:04:40 -05:00
single Remove From 2021-10-31 16:04:40 -05:00
README.md Mention aliases 2022-09-03 21:40:17 -05:00

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