Skip to content
New issue

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

Add --run-codemod command line option. #162

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Dec 19, 2019

This allows tools like @ember/octanify to pass --run-codemods in it's own CI system without having to worry about properly mocking STDIN.

This is not really expected to be used as an actual flag users would specify, but it is fine if they do (which is why the --run-codemod flag has a description so that it will show up in --help output).

This allows tools like `@ember/octanify` to pass `--run-codemods` in
it's own CI system without having to worry about properly mocking
`STDIN`.

This is not _really_ expected to be used as an actual flag users would
specify, but it is fine if they do (which is why the `--run-codemod`
flag has a description so that it will show up in `--help` output).
@rwjblue rwjblue requested a review from chancancode December 19, 2019 22:06
@rwjblue rwjblue merged commit ba3ee5f into emberjs:master Dec 19, 2019
@rwjblue rwjblue deleted the add-run-codemods-argument branch December 19, 2019 22:17
@rwjblue rwjblue added the enhancement New feature or request label Dec 19, 2019
@rwjblue rwjblue changed the title Add --run-codemod commandline option. Add --run-codemod command line option. Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants