mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-12-05 12:51:15 +01:00
Remove call to explicitly set bundle to fix native image
This commit is contained in:
parent
b0ff1856a7
commit
96593354e0
1 changed files with 0 additions and 2 deletions
|
|
@ -85,8 +85,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)
|
||||||
// render Input/Output sections in help command
|
// render Input/Output sections in help command
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue