denoland / deno_task_shell

Cross-platform shell for deno task.
https://crates.io/crates/deno_task_shell
MIT License
108 stars 18 forks source link

feat: add and expose ExecutableCommand #75

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

This refactors out the code that resolves and executes a command in a separate process, makes it implement a ShellCommand, then exposes that.