add a new hidden flag --stdin-input for straight stdin input

This commit is contained in:
Klas Lindfors
2017-04-06 15:57:09 +02:00
parent d17aff4e0d
commit e6a7517050
4 changed files with 54 additions and 33 deletions
+1
View File
@@ -66,3 +66,4 @@ option "touch-policy" - "Set touch policy for action generate, import-key or set
option "id" - "Id of object for write/read object" int optional
option "format" f "Format of data for write/read object" values="hex","base64","binary" enum optional default="hex"
option "sign" - "Sign data" flag off hidden
option "stdin-input" - "Read sensitive values from stdin" flag off hidden