mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Make log-strip-color a simple flag instead of a boolean.
This commit is contained in:
parent
70c91c161e
commit
13fcb9e371
1 changed files with 1 additions and 5 deletions
|
@ -87,11 +87,7 @@ public class Main {
|
|||
.defaultsTo(true)
|
||||
.describedAs("Log append");
|
||||
|
||||
acceptsAll(asList("log-strip-color"), "Whether to strip color codes from log file")
|
||||
.withRequiredArg()
|
||||
.ofType(Boolean.class)
|
||||
.defaultsTo(false)
|
||||
.describedAs("Log stripping");
|
||||
acceptsAll(asList("log-strip-color"), "Strips color codes from log file");
|
||||
|
||||
acceptsAll(asList("b", "bukkit-settings"), "File for bukkit settings")
|
||||
.withRequiredArg()
|
||||
|
|
Loading…
Add table
Reference in a new issue