You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the TLDR is rendered, emails are URL-encoded. For example using tldr gpg:
- Export public key for mailto:alice@example.com (output to stdout):
gpg --export --armor alice@example.com
Expected behavior
Using the Python client and the same example, the output is correct:
- Export public key for alice@example.com (output to stdout):
gpg --export --armor alice@example.com
Actual behavior
When the TLDR is rendered, emails are URL-encoded. For example using
tldr gpg
:Expected behavior
Using the Python client and the same example, the output is correct:
Environment
Accidentally made this issue in tldr first. (^:
The text was updated successfully, but these errors were encountered: