You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use passthrough, a summary like Usage: foo <command> [<args> ...] [flags] is not accurate. Flags must come before the passthrough argument, so the summary should say Usage: foo [flags] <command> [<args> ...].
The text was updated successfully, but these errors were encountered:
When you use
passthrough
, a summary likeUsage: foo <command> [<args> ...] [flags]
is not accurate. Flags must come before thepassthrough
argument, so the summary should sayUsage: foo [flags] <command> [<args> ...]
.The text was updated successfully, but these errors were encountered: