dsherret / dax

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

CommandBuilder#clearEnv() #63

Closed dsherret closed 5 months ago

dsherret commented 1 year ago

This would just not consult the current environment (so no permission prompt) when creating the command context’s env vars.

dsherret commented 1 year ago

I think I need to wait until clearEnv is stabilized in Deno before implementing this one.

dsherret commented 5 months ago

Closed by https://github.com/dsherret/dax/pull/264