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
Copy file name to clipboardExpand all lines: readme.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -413,6 +413,11 @@ customize your usage:
413
413
-`doc: String`: a documentation string used to provide additional information
414
414
about the command
415
415
416
+
-`noDefaultName: Boolean`: if `true` this arg (e.g `fooBar`) can only be called by its mangled name `--foo-bar` and not by the original name `--fooBar`. Defaults to `false`
417
+
418
+
-`positional: Boolean`: if `true` this arg can be passed "positionally" without
419
+
the `--name` of the parameter being provided, e.g. `./mill example.hello hello 3 --bool`. Defaults to `false`
420
+
416
421
-`hidden: Boolean`: if `true` this arg will not be included in the rendered help text.
0 commit comments