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

feat(cli): Add path option #335

Merged
merged 7 commits into from Jan 19, 2020
Merged

feat(cli): Add path option #335

merged 7 commits into from Jan 19, 2020

Conversation

jperl
Copy link
Member

@jperl jperl commented Jan 19, 2020

Tweaks for #333

@jperl jperl changed the title Tweaks for #334 Change click to use evaluate Jan 19, 2020
@jperl jperl changed the title Change click to use evaluate feat(cli): Add path option Jan 19, 2020
@jperl jperl merged commit c11bb66 into master Jan 19, 2020
@jperl jperl deleted the path branch January 19, 2020 15:05
.action(() => {
const code = runJest(process.argv.slice(3));
.action(cmd => {
const args = omitArgs(process.argv.slice(3), ["-p", "--path"]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tweaking @jperl 😀

This code might solve with commander.js v5
tj/commander.js#1138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants