1
0
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:
CrazyMax
2021-11-04 13:39:10 +01:00
parent e9f8b8c6e3
commit 669397c81c
6 changed files with 8 additions and 22 deletions

View File

@@ -63,7 +63,6 @@ func gen(opts *options) error {
if err != nil {
return err
}
c.DisableFlagsInUseLine()
// generate all supported docs formats
return c.GenAllTree()