Kuadrant / kuadrantctl

Kuadrant configuration command line utility
Apache License 2.0
6 stars 12 forks source link

Redundant "default: yaml" in --help command #75

Closed azgabur closed 1 month ago

azgabur commented 2 months ago

There is redundant "default: yaml" information when --help flag is used.

For all generating commands:

Output:

...
Flags:
  -h, --help                   help for ratelimitpolicy
      --oas string             Path to OpenAPI spec file (in JSON or YAML format), URL, or '-' to read from standard input (required)
  -o, --output-format string   Output format: 'yaml' or 'json'. Default: yaml (default "yaml")
...