You've already forked cli-docs-tool
mirror of
https://github.com/docker/cli-docs-tool.git
synced 2025-08-08 10:22:04 +03:00
always disable the addition of [flags] to the usage
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,6 @@ func gen(opts *options) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
c.DisableFlagsInUseLine()
|
||||
|
||||
// generate all supported docs formats
|
||||
return c.GenAllTree()
|
||||
|
Reference in New Issue
Block a user