ffmd/examples
jolheiser 359d89bc7d
Add alias support
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-09-03 21:32:49 -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 Split examples and fix tree 2021-10-30 16:47:47 -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