passgo
passgo copied to clipboard
edit: ability to edit an existing file
PR #36 added ability to insert a file, in addition to the previous ability to insert a password.
This feature request is to add ability to edit a file, in addition to already being able to edit a password.
It doesn't seem to be supported right now in v2.1.0:
$ passgo version
v2.1.0
$ passgo edit some-bank/recovery-codes.txt new-recovery-codes.txt
Error: accepts 1 arg(s), received 2
Usage:
passgo edit [flags]
Aliases:
edit, update
Examples:
passgo edit money/bank.com
Flags:
-h, --help help for edit
As a workaround, it's possible to remove the file entry, and then insert it again.
@dmitshur might be an oversight. Good catch... That's not ideal. Ill need to fix this