Added -w for world directory
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
49285bc5b6
commit
21271ef958
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ public class Main {
|
||||||
.ofType(String.class)
|
.ofType(String.class)
|
||||||
.describedAs("Hostname or IP");
|
.describedAs("Hostname or IP");
|
||||||
|
|
||||||
|
acceptsAll(asList("w", "world", "level-name"), "World directory")
|
||||||
|
.withRequiredArg()
|
||||||
|
.ofType(String.class)
|
||||||
|
.describedAs("World dir");
|
||||||
|
|
||||||
acceptsAll(asList("p", "port", "server-port"), "Port to listen on")
|
acceptsAll(asList("p", "port", "server-port"), "Port to listen on")
|
||||||
.withRequiredArg()
|
.withRequiredArg()
|
||||||
.ofType(Integer.class)
|
.ofType(Integer.class)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue