Port exec command (#849)

* Port exec command

* fix windows

* lint
This commit is contained in:
JT
2022-01-25 12:27:35 -05:00
committed by GitHub
parent 3023af66fd
commit 285f65ba34
4 changed files with 122 additions and 7 deletions

View File

@ -115,6 +115,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
// System
bind_command! {
Benchmark,
Exec,
External,
Ps,
Sys,