-
Notifications
You must be signed in to change notification settings - Fork 49
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
--path option is ignored in keys command #150
Comments
The original intention was that you could use either I can see how the behavior is not ideal. I'd be willing to accept the PR if we get some more +1s on it |
thing is current implementation forbirds path specification (invalid char in key name) :/ |
@babs oh, can you show an example? that sounds like a bug |
@gschueler never mind I think I got the way it works. It's either I thought
I tried with:
and then (assuming path was the "working dir")
Edit: |
@gschueler not sure how to fix doc to a oid abiguities :/ |
the expected behavior is that:
works the same as
where I will take a closer look at it at some point, but HTH |
Hi, I think I understand the confusion: In your example you were doing the command supports a using in that case the PATH argument was being used instead of the --path value, so you end up with path of The correct usage would have been either I think I will fix all of this confusion: I will remove the PATH as the last argument of the commandline, requiring usage of additionally I think it should require that the path include the prefix |
Fix #150 require --path/-p arg to keys subcommands
keys command seems to ignore path.
Current behavior:
Expected behavior:
The text was updated successfully, but these errors were encountered: