Commit graph

6 commits

Author SHA1 Message Date
7de94f1815
Set resource bundle for help command 2022-07-27 14:30:48 +02:00
fa52df385e
Split message resources into separate per-command resource files.
Since picocli 4.7.0, subcommands inherit resources from their
parent commands, so we can store shared stuff like error msgs
etc. in the parent (sop) resources file.

This enables us to rename the parent command downstream (e.g. in
pgpainless-cli).

Only the help command breaks when renaming the parent command.
TODO: Fix
2022-07-25 19:15:47 +02:00
86e39809ae
Fix sop.properties sop command header 2022-07-23 01:11:40 +02:00
55673b52a7 Fix typos in i18n 2022-06-19 18:19:23 +02:00
6d5005660c
Fix format strings 2022-06-09 00:46:25 +02:00
4934e472e2
Wip: Refactor command implementation and enable i18n for CLI 2022-06-06 20:06:14 +02:00