1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-13 23:24:52 +02:00

Docs: Update output of pgpainless-cli help command

This commit is contained in:
Paul Schaub 2022-11-15 21:52:02 +01:00
parent b7478729b1
commit bfeed54ede

View file

@ -49,7 +49,10 @@ Hereafter, the program will be referred to as `pgpainless-cli`.
``` ```
$ pgpainless-cli help $ pgpainless-cli help
Stateless OpenPGP Protocol Stateless OpenPGP Protocol
Usage: pgpainless-cli [COMMAND] Usage: pgpainless-cli [--stacktrace] [COMMAND]
Options:
--stacktrace Print Stacktrace
Commands: Commands:
help Display usage information for the specified subcommand help Display usage information for the specified subcommand
@ -68,7 +71,7 @@ Commands:
version Display version information about the tool version Display version information about the tool
Exit Codes: Exit Codes:
0 Successful program execution. 0 Successful program execution
1 Generic program error 1 Generic program error
3 Verification requested but no verifiable signature found 3 Verification requested but no verifiable signature found
13 Unsupported asymmetric algorithm 13 Unsupported asymmetric algorithm
@ -87,7 +90,6 @@ Exit Codes:
71 Unsupported special prefix (e.g. "@ENV/@FD") of indirect parameter 71 Unsupported special prefix (e.g. "@ENV/@FD") of indirect parameter
73 Ambiguous input (a filename matching the designator already exists) 73 Ambiguous input (a filename matching the designator already exists)
79 Key is not signing capable 79 Key is not signing capable
Powered by picocli
``` ```
## Indirect Data Types ## Indirect Data Types