mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Remove call to explicitly set bundle to fix native image
This commit is contained in:
parent
7f1c1b1aae
commit
5105b6f4ad
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue