Skip to content
New issue

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

edit doesn't accept multiple fields or key values #55

Closed
rothgar opened this issue Nov 7, 2014 · 1 comment
Closed

edit doesn't accept multiple fields or key values #55

rothgar opened this issue Nov 7, 2014 · 1 comment

Comments

@rothgar
Copy link

rothgar commented Nov 7, 2014

When trying to edit an entry I cannot edit multiple fields in one command.

lpass edit --url --username example.com

The above example just returns to the command prompt. I also tried specifying values

lpass edit --url=example.com --username=rothgar example.com

But I'm returned an error that the edit: option '--url' doesn't allow an argument. I think there needs to be an easier way to edit multiple values for an entry.

I also tried --non-interactive but I still had the same result.

@bcopeland
Copy link
Contributor

This is now supported in the latest head, although not by specifying values or multiple options; you can do it via just:

lpass edit example.com

Which will then bring up a buffer with labels for you to edit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants