Replies: 1 comment 1 reply
-
Why exactly would it be a time saver? Is it because you are doing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
export
commandBackground
Our system has hundreds of emails, and exporting them takes some time to complete. It would be great if additional flags can be passed to the
export
command to export only the given email instead of all of them. It would be a huge time saver.Proposal
something like this should work:
export --email my-cool-email.tsx
export --email my-cool-email.tsx --email my-other-cool-email.tsx
Beta Was this translation helpful? Give feedback.
All reactions