From 0d659babd880896a1a203198117d2a2f64ea28f8 Mon Sep 17 00:00:00 2001 From: George Livas Date: Thu, 11 Jan 2024 15:05:09 +0000 Subject: [PATCH] use ExactArgs --- cmd/namespace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/namespace.go b/cmd/namespace.go index b8950b2ff..d6cf8945a 100644 --- a/cmd/namespace.go +++ b/cmd/namespace.go @@ -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`, }