Skip to content

feat(cli): organize flags #6269

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

Closed
wants to merge 14 commits into from
Prev Previous commit
Update cli/usage.go
Co-authored-by: Dean Sheather <dean@deansheather.com>
  • Loading branch information
ammario and deansheather authored Feb 21, 2023
commit d398d9d2081cdbca95c0dffadfd2a0e7f6758c23
2 changes: 1 addition & 1 deletion cli/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func categorizeFlags(usageOutput string) string {
}
}

_, _ = out.WriteString("ERROR: no category matched for flag")
_, _ = out.WriteString("ERROR: no category matched for flag\n")
_, _ = currentFlag.WriteTo(&out)
}
for sc.Scan() {
Expand Down