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 6b9f67c commit 4c61c63Copy full SHA for 4c61c63
readme.md
@@ -80,8 +80,8 @@ $ ./mill example.hello --foo "" # set to empty value
80
$ ./mill example.hello --foo= # gflags-style empty value
81
false
82
83
-$ ./mill example.hello -f hello --my-num 3 # numeric arguments
84
-hellohellohello false
+$ ./mill example.hello -f x --my-num 3 # camelCase automatically converted to kebab-case
+xxx false
85
86
$ ./mill example.hello -f hello --my-num 3 --bool # flags
87
hellohellohello true
0 commit comments