We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f8829 commit c838faaCopy full SHA for c838faa
wait.go
@@ -25,7 +25,7 @@ func runWait(cmd *Command, args []string) {
25
if waitHelp {
26
cmd.PrintUsage()
27
}
28
- if len(args) != 0 {
+ if len(args) < 1 {
29
cmd.PrintShortUsage()
30
31
0 commit comments