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 4735a7c commit 38596a0Copy full SHA for 38596a0
1 file changed
doc.go
@@ -36,4 +36,6 @@
36
// Other valid tag strings are `positional` and `required`.
37
//
38
// Fields can be excluded from processing with `arg:"-"`.
39
+//
40
+// Explicitly setting `help:"-"` on a subcommand will hide it from the help output.
41
package arg
0 commit comments