Kevin Van Lierde
Kevin Van Lierde
> This would be a _bit_ more flexible and would allow one to compose things in a slightly different way. Though the markdown may be useful for some, it will...
I believe this issue has been addressed with: 16dca4952308196afb896c59c4a3f9b6e4169352
@ollypolly I believe this requirement does not justify adding yet another option (not to mention passing specific commits would be unwieldy, only a range would do). In the discussion at...
@ljharb not sure if this is enough of a reason, but enable similar behavior to `> /dev/null` on Windows?
Motion to close. Question has been answered
@jonschlinkert motion to merge?
Some ideas of stuff that can use how to/ clarifications. Note some of these are probably demonstrated as part of bigger examples but not specifically highlighted. - How to implement...
Your brace expansion pattern `{png}` is incorrect. If you only have png's just use `*.png`. If you need more use the brace expansion pattern with at least one comma: `{png,jpg}`....
Closing as stale & out of scope
I did the exercise of splitting MS into a separate CLI. TBH it makes little difference and atm the CLI has such a small footprint (single command, single extra dependency)...