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
Short: "Description of the ACL rule. Indexes are not yet supported so the description will be applied to all the rules of the command.",
78
+
Short: "Description of the ACL rule. If multiple IPs are provided, this description will be applied to all rules unless specific descriptions are provided.",
79
+
Required: false,
80
+
Positional: false,
81
+
},
82
+
{
83
+
Name: "descriptions",
84
+
Short: "Descriptions of the ACL rules",
71
85
Required: false,
72
86
Positional: false,
73
87
},
74
88
core.RegionArgSpec(),
75
89
}
76
-
// Keep legacy behavior: one positional per run; multiple IPs trigger multiple runs
77
-
// Do not enable AcceptMultiplePositionalArgs so cobra will run once per positional
0 commit comments