Skip to content

Commit 4c61c63

Browse files
committed
readme
1 parent 6b9f67c commit 4c61c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ $ ./mill example.hello --foo "" # set to empty value
8080
$ ./mill example.hello --foo= # gflags-style empty value
8181
false
8282

83-
$ ./mill example.hello -f hello --my-num 3 # numeric arguments
84-
hellohellohello false
83+
$ ./mill example.hello -f x --my-num 3 # camelCase automatically converted to kebab-case
84+
xxx false
8585

8686
$ ./mill example.hello -f hello --my-num 3 --bool # flags
8787
hellohellohello true

0 commit comments

Comments
 (0)