mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
Make log-strip-color a simple flag instead of a boolean.
This commit is contained in:
@@ -87,11 +87,7 @@ public class Main {
|
|||||||
.defaultsTo(true)
|
.defaultsTo(true)
|
||||||
.describedAs("Log append");
|
.describedAs("Log append");
|
||||||
|
|
||||||
acceptsAll(asList("log-strip-color"), "Whether to strip color codes from log file")
|
acceptsAll(asList("log-strip-color"), "Strips color codes from log file");
|
||||||
.withRequiredArg()
|
|
||||||
.ofType(Boolean.class)
|
|
||||||
.defaultsTo(false)
|
|
||||||
.describedAs("Log stripping");
|
|
||||||
|
|
||||||
acceptsAll(asList("b", "bukkit-settings"), "File for bukkit settings")
|
acceptsAll(asList("b", "bukkit-settings"), "File for bukkit settings")
|
||||||
.withRequiredArg()
|
.withRequiredArg()
|
||||||
|
Reference in New Issue
Block a user