mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-03-14 03:13:28 +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)
|
||||
.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…
Add table
Reference in a new issue