Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

feat(cli): Add path option#335

Merged
jperl merged 7 commits intomasterfrom
path
Jan 19, 2020
Merged

feat(cli): Add path option#335
jperl merged 7 commits intomasterfrom
path

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants