We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@dmitshur might be an oversight. Good catch... That's not ideal. Ill need to fix this
Sorry, something went wrong.
No branches or pull requests
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:
As a workaround, it's possible to remove the file entry, and then insert it again.
The text was updated successfully, but these errors were encountered: