jolheiser
79d47ea88b
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
||
---|---|---|
examples | ||
.gitignore | ||
LICENSE | ||
README.md | ||
ffmd.go | ||
ffmd.tmpl | ||
go.mod | ||
go.sum | ||
tree.go | ||
tree_test.go |
README.md
ffmd
One of the things that I really liked about urfave/cli was that it could generate markdown docs for my commands.
With ffmd
you can generate markdown docs for both flag.FlagSet
and ffcli.Command
(with any amount of sub-commands).
Check out examples for some sample generated docs.