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 788cc18 commit ba2f9b7Copy full SHA for ba2f9b7
cli/cliarg/cliarg.go
@@ -2,7 +2,7 @@
2
//
3
// Usage:
4
5
-// cliarg.ExactNamedArgs("workspace", "This command requires a workspace name to be passed. Run this command with '--help' to see an example.")
+// cliarg.ExactNamedArg("workspace", "This command requires a workspace name to be passed. Run this command with '--help' to see an example.")
6
7
// Will produce the following error message when calling
8
0 commit comments