Skip to content

Commit

Permalink
use ExactArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelivas committed Jan 11, 2024
1 parent 1a1e3b1 commit 0d659ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Please note that at this time all namespaces created in the registry are world-r

return err
},
Args: cobra.RangeArgs(1, 1),
Args: cobra.ExactArgs(1),
Annotations: make(map[string]string),
Example: ` circleci namespace create NamespaceName --org-id 00000000-0000-0000-0000-000000000000`,
}
Expand Down

0 comments on commit 0d659ba

Please sign in to comment.