Skip to content

Fix --pq flag not being passed in recipients subcommand#16

Open
GaMoCh wants to merge 1 commit into
remko:mainfrom
GaMoCh:fix/recipients-pq-flag
Open

Fix --pq flag not being passed in recipients subcommand#16
GaMoCh wants to merge 1 commit into
remko:mainfrom
GaMoCh:fix/recipients-pq-flag

Conversation

@GaMoCh
Copy link
Copy Markdown

@GaMoCh GaMoCh commented Apr 21, 2026

Summary

  • Fix --pq flag being ignored in the recipients subcommand
  • The pq parameter was not being passed to generateRecipients(), so it always defaulted to false

Before / After

Before

age-plugin-se-before

After

age-plugin-se-after

Details

The keygen subcommand correctly passed pq: options.pq to generateKey(), but the recipients subcommand was missing this parameter in the call to generateRecipients(), causing --pq to have no effect.

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

Successfully merging this pull request may close these issues.

1 participant