mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-03-15 11:53:11 +01:00
For now, do not re-set msg bundle (graal)
This commit is contained in:
parent
4eb6d1fdcb
commit
ca65cbe668
1 changed files with 0 additions and 2 deletions
|
@ -83,8 +83,6 @@ class SopCLI {
|
||||||
|
|
||||||
return CommandLine(SopCLI::class.java)
|
return CommandLine(SopCLI::class.java)
|
||||||
.apply {
|
.apply {
|
||||||
// explicitly set help command resource bundle
|
|
||||||
subcommands["help"]?.setResourceBundle(ResourceBundle.getBundle("msg_help"))
|
|
||||||
// Hide generate-completion command
|
// Hide generate-completion command
|
||||||
subcommands["generate-completion"]?.commandSpec?.usageMessage()?.hidden(true)
|
subcommands["generate-completion"]?.commandSpec?.usageMessage()?.hidden(true)
|
||||||
// overwrite executable name
|
// overwrite executable name
|
||||||
|
|
Loading…
Add table
Reference in a new issue