-
Notifications
You must be signed in to change notification settings - Fork 446
Closed
Milestone
Description
I have a simple command with showDefaultValues=true:
Usage: parent [-m=<number>]
-m, --minimum=<number> Default: 3
Is there a simple way to localize the phrase 'Default' via an entry in the resource bundle so that the output with German locale looks like this?
Usage: parent [-m=<number>]
-m, --minimum=<number> Voreinstellung: 3
Thanks for your support.