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