-
Notifications
You must be signed in to change notification settings - Fork 52
Fix branch create help message #1046
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we check other uses of this flag and update their help text too?
Yeah, taking a look now. There's at least one more in |
Actually in cli/internal/cmd/shell/shell.go Line 240 in 581cc29
But before:
after:
|
Here's what's happening https://github.com/spf13/pflag/blob/d661846b4df0d6611ad95577ddfb240474d21b7c/flag.go#L566-L570 |
I'm not sure why but the backticks change the description of the
-cluster-size
flag in a confusing way.On 0.241.0