For now, do not re-set msg bundle (graal)

This commit is contained in:
Paul Schaub 2024-12-12 20:40:19 +01:00
parent 0ed3b96d53
commit e86dc365bb
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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