-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add support for -R - and -i - #177
Milestone
Comments
This was referenced Jan 16, 2024
Merged
str4d
added a commit
that referenced
this issue
Jan 21, 2024
This means we no longer need the more complex `parse_identity_files` helper to be public. It also means we have closer control of the internals of `read_recipients` and `read_identities`, which will be necessary for standard input de-confliction (#177).
str4d
added a commit
that referenced
this issue
Jan 21, 2024
This means we no longer need the more complex `parse_identity_files` helper to be public. It also means we have closer control of the internals of `read_recipients` and `read_identities`, which will be necessary for standard input de-confliction (#177).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i.e. reading a recipients or identities list from stdin. This would need to be de-conflicted with accepting plaintext input from stdin (since there is only one stdin).
The text was updated successfully, but these errors were encountered: