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

Allow wildcards in CARGO_MAKE_WORKSPACE_SKIP_MEMBERS #187

Closed
TimDiekmann opened this issue Feb 2, 2019 · 6 comments
Closed

Allow wildcards in CARGO_MAKE_WORKSPACE_SKIP_MEMBERS #187

TimDiekmann opened this issue Feb 2, 2019 · 6 comments
Assignees
Milestone

Comments

@TimDiekmann
Copy link

TimDiekmann commented Feb 2, 2019

Problem Description

It would be very handy, if CARGO_MAKE_WORKSPACE_SKIP_MEMBERS would allow wildcards.

Code Example

This wouldn't run any command in the tools/ folder:

CARGO_MAKE_WORKSPACE_SKIP_MEMBERS="tools/*"
@sagiegurari
Copy link
Owner

makes sense. I'll add it to the next version

@sagiegurari sagiegurari self-assigned this Feb 2, 2019
@sagiegurari sagiegurari added this to the 0.16.8 milestone Feb 2, 2019
@TimDiekmann
Copy link
Author

Great, thanks!

@sagiegurari
Copy link
Owner

@TimDiekmann this has now been implemented in the 0.16.8 development branch.
you can now define glob paths as you requested.
you can test it out using the 0.16.8 development branch directly.
once i finish with 0.16.8 items, i'll release it officially via crates.io

@sagiegurari
Copy link
Owner

@TimDiekmann 0.16.8 has now been published so you can use it directly from crates.io
thanks for the idea and if there is anything else, feel free to open a new issue.

@TimDiekmann
Copy link
Author

Thank you, works like a charm!

@sagiegurari
Copy link
Owner

thanks for confirming

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

No branches or pull requests

2 participants