Closed sigmaSd closed 9 months 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
I guess the pipe parsing should be a separate PR and we can consider this one blocked on that
fixed https://github.com/dsherret/dax/pull/218
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