You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nitropy nk3 secrets add-password --help
Command line tool to interact with Nitrokey devices 0.4.44
Usage: nitropy nk3 secrets add-password [OPTIONS] NAME
NAME has to be specified before any options, or the command bails.
Also, the help should specify how to properly quote data, because special chars can otherwise be interpreted wrong and omitted. This can be fatal for a password, after nitropy confirmed with "done".
edit: Another parsing quirk, the command:
$ nitropy nk3 secrets add-password test --login test --password test123 --metadata --protect-with-pin
will create an unintended pws entry with metadata "--protect-with-pin".
The text was updated successfully, but these errors were encountered:
Unlike described in the quick help:
NAME
has to be specified before any options, or the command bails.Also, the help should specify how to properly quote data, because special chars can otherwise be interpreted wrong and omitted. This can be fatal for a password, after nitropy confirmed with "done".
edit: Another parsing quirk, the command:
$ nitropy nk3 secrets add-password test --login test --password test123 --metadata --protect-with-pin
will create an unintended pws entry with metadata "--protect-with-pin".
The text was updated successfully, but these errors were encountered: