Remove call to explicitly set bundle to fix native image

This commit is contained in:
Paul Schaub 2025-04-08 13:13:15 +02:00
parent 7f1c1b1aae
commit 5105b6f4ad
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -85,8 +85,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)
// render Input/Output sections in help command