Skip to content

Commit ba2f9b7

Browse files
committed
fixup! feat(cli): add cliarg package
1 parent 788cc18 commit ba2f9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cliarg/cliarg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Usage:
44
//
5-
// cliarg.ExactNamedArgs("workspace", "This command requires a workspace name to be passed. Run this command with '--help' to see an example.")
5+
// cliarg.ExactNamedArg("workspace", "This command requires a workspace name to be passed. Run this command with '--help' to see an example.")
66
//
77
// Will produce the following error message when calling
88
//

0 commit comments

Comments
 (0)