We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff66ed commit 238aa4bCopy full SHA for 238aa4b
pkg/cmdutil/flags/flags.go
@@ -37,5 +37,5 @@ func EnableOutputFlagCompletion(cmd *cobra.Command) {
37
}
38
39
func IsInputInRange(input int32) bool {
40
- return input >= 0
+ return input > 0
41
0 commit comments