Commit graph

10 commits

Author SHA1 Message Date
5ee9414410
Encrypt: Add --session-key-out support 2023-10-31 16:00:04 +01:00
edb384d157
Reference exit codes by Exception 2023-07-12 14:22:57 +02:00
8a66f0bc4f
Implement sop encrypt --profile=XXX 2023-04-17 14:44:08 +02:00
dc5f11469f
Rename resource bundles and name resources after options/parameters 2022-08-04 12:15:53 +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
4934e472e2
Wip: Refactor command implementation and enable i18n for CLI 2022-06-06 20:06:14 +02:00
a7f02d58cc
Wip 2022-05-29 21:17:03 +02:00
3e1502ff2a
Fix exception handling and add tests 2022-02-09 23:35:44 +01:00
117117b735
Treat password and sessionkkey arguments as indirect data types 2022-02-09 15:12:23 +01:00
8e3ee6c284
Initial commit 2022-01-11 13:46:05 +01:00