Add command to generate man pages
The climan package has a command that can be registered with any urfav cli app to generate man pages. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
3
vendor/github.com/urfave/cli/funcs.go
generated
vendored
3
vendor/github.com/urfave/cli/funcs.go
generated
vendored
@@ -39,3 +39,6 @@ type FlagNamePrefixFunc func(fullName, placeholder string) string
|
||||
// with the environment variable details.
|
||||
type FlagEnvHintFunc func(envVar, str string) string
|
||||
|
||||
// FlagFileHintFunc is used by the default FlagStringFunc to annotate flag help
|
||||
// with the file path details.
|
||||
type FlagFileHintFunc func(filePath, str string) string
|
||||
|
Reference in New Issue
Block a user