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

Support Exclude patterns. #306

Merged
merged 4 commits into from Feb 26, 2022

Conversation

NullVoxPopuli
Copy link
Contributor

Resolves #305

@coveralls
Copy link

coveralls commented Jan 30, 2022

Coverage Status

Coverage increased (+0.04%) to 97.701% when pulling 7ef31fa on NullVoxPopuli:support-exclude into 025db2f on open-cli-tools:master.

Copy link
Member

@gustavohenke gustavohenke left a comment

Choose a reason for hiding this comment

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

Can you also add an example next to these + in README.md?

{
description: 'Shortened NPM run commands',
example: '$ $0 npm:watch-node npm:watch-js npm:watch-css',
},
{
description: 'Shortened NPM run command with wildcard (make sure to wrap it in quotes!)',
example: '$ $0 "npm:watch-*"',
}

@NullVoxPopuli
Copy link
Contributor Author

@gustavohenke Added!

Copy link
Member

@gustavohenke gustavohenke left a comment

Choose a reason for hiding this comment

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

thanks!

@gustavohenke gustavohenke merged commit 49b1655 into open-cli-tools:master Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How do you exclude with patterns?
3 participants