dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
1.05k stars 35 forks source link

add xargs command #42

Closed sigmaSd closed 9 months ago

sigmaSd commented 1 year ago

I started with xargs command and eventually noticed I need to implement the pipe parts as well https://github.com/dsherret/dax/blob/760f04dc12354e1691efea9d47eececbefd96f42/src/shell.ts#L84

Also left a bunch of FIXMEs for things I'm not sure about

Feel free to build on this, or maybe once I have more time I can re-explore the missing pipe parts

sigmaSd commented 1 year ago

I guess the pipe parsing should be a separate PR and we can consider this one blocked on that

sigmaSd commented 9 months ago

fixed https://github.com/dsherret/dax/pull/218