chore: command line help
This commit is contained in:
@@ -19,7 +19,7 @@ public class TinyEncryptArgs {
|
|||||||
@CommandLine.Option(names = {"-s", "--show"}, description = "Show decrypted text in window")
|
@CommandLine.Option(names = {"-s", "--show"}, description = "Show decrypted text in window")
|
||||||
boolean showInWindow = false;
|
boolean showInWindow = false;
|
||||||
|
|
||||||
@CommandLine.Option(names = {"-k", "--key"}, description = "Encrypt key")
|
@CommandLine.Option(names = {"-k", "--key"}, description = "Encrypt KMS key")
|
||||||
String key;
|
String key;
|
||||||
|
|
||||||
@CommandLine.Option(names = {"-c", "--comment"}, description = "Encrypt comment")
|
@CommandLine.Option(names = {"-c", "--comment"}, description = "Encrypt comment")
|
||||||
|
|||||||
Reference in New Issue
Block a user