fixed example, further tests needed
This commit is contained in:
parent
2a966fb9c1
commit
8bd472c4a0
|
@ -26,7 +26,7 @@ public class Example {
|
||||||
// few among us...
|
// few among us...
|
||||||
CmdOptions
|
CmdOptions
|
||||||
.i()
|
.i()
|
||||||
.createOption("name")
|
.createOption("complex")
|
||||||
.addCommand("--complex")
|
.addCommand("--complex")
|
||||||
// see above
|
// see above
|
||||||
// yes you can omit a default parameter, but you have to
|
// yes you can omit a default parameter, but you have to
|
||||||
|
|
Loading…
Reference in New Issue