We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug description
A sub-command that can be run is missing the indentation in its usage line in the help.
$ tz plugin list -h List installed standalone plugins or plugins recommended by the contexts being used Usage: tanzu plugin list [flags] [...]
compared to non-executable sub-commands, which do have the indentation:
tz plugin -h Provides all lifecycle operations for plugins Usage: tanzu plugin [command] Available Commands: clean Clean the plugins [...]
Expected behavior
For consistency there should be an indentation in all usage lines.
The problem is the missing spaces before {{.UseLine}} in this line
{{.UseLine}}
tanzu-cli/pkg/cli/usage.go
Line 101 in 334e35d
Steps to reproduce the bug / Relevant debug output
See above.
Output of tanzu version
tanzu version
Today's main: 334e35d
Environment where the bug was observed (cloud, OS, etc)
Locally
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
A sub-command that can be run is missing the indentation in its usage line in the help.
compared to non-executable sub-commands, which do have the indentation:
Expected behavior
For consistency there should be an indentation in all usage lines.
The problem is the missing spaces before
{{.UseLine}}
in this linetanzu-cli/pkg/cli/usage.go
Line 101 in 334e35d
Steps to reproduce the bug / Relevant debug output
See above.
Output of
tanzu version
Today's main: 334e35d
Environment where the bug was observed (cloud, OS, etc)
Locally
The text was updated successfully, but these errors were encountered: