Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 20:40:08 +01:00
Make log-strip-color a simple flag instead of a boolean.
Dieser Commit ist enthalten in:
Ursprung
70c91c161e
Commit
13fcb9e371
@ -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()
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren