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
I think it would be better to print prompts like
age-plugin-tpm/cmd/age-plugin-tpm/main.go
Lines 90 to 100 in 5dedd8a
stderr
This became problematic for me when I was trying the following:
age-plugin-tpm --generate --pin > test.tpm
And the prompt didn't show
The text was updated successfully, but these errors were encountered:
Actually, I don't know what the convention is, but stderr seems an easier option than stdout?
stdout
Sorry, something went wrong.
I don't think stderr is appropriate, but I'll research it a bit.
No branches or pull requests
I think it would be better to print prompts like
age-plugin-tpm/cmd/age-plugin-tpm/main.go
Lines 90 to 100 in 5dedd8a
stderr
,as is common in POSIX applications.This became problematic for me when I was trying the following:
age-plugin-tpm --generate --pin > test.tpm
And the prompt didn't show
The text was updated successfully, but these errors were encountered: