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 had to create such workaround for this: https://github.com/atlassian/changesets/blob/337b282859fb913fcafb338c563f8b928b284fd8/packages/cli/src/commands/add/index.ts#L83-L95
My use case here was not to read what has been put into the external editor - I've just wanted to open an editor, nothing else really.
I could work on implementing this here - please first let me know if that's something you'd like to support though.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had to create such workaround for this:
https://github.com/atlassian/changesets/blob/337b282859fb913fcafb338c563f8b928b284fd8/packages/cli/src/commands/add/index.ts#L83-L95
My use case here was not to read what has been put into the external editor - I've just wanted to open an editor, nothing else really.
I could work on implementing this here - please first let me know if that's something you'd like to support though.
The text was updated successfully, but these errors were encountered: