mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-07 17:28:03 +08:00
Fixed in depth help styling
This commit is contained in:
parent
6186e082a1
commit
b67eea951d
@ -93,7 +93,7 @@ public class HelpFormatter {
|
||||
}
|
||||
|
||||
for (Subcommand.ArgumentDescriptor argument : cmd.getArguments()) {
|
||||
builder.append("***").append(m).append(argument.isRequired() ? '<' + argument.getName() + '>' : '[' + argument.getName() + ']')
|
||||
builder.append(" ***").append(m).append(argument.isRequired() ? '<' + argument.getName() + '>' : '[' + argument.getName() + ']')
|
||||
.append(s).append(" ").append(argument.getDescription()).append('\n');
|
||||
}
|
||||
return builder.toString();
|
||||
|
Loading…
Reference in New Issue
Block a user