implement exec for unix platforms (#2495)

This commit is contained in:
Aleš Katona
2020-09-04 20:27:01 -06:00
committed by GitHub
parent 56f85b3108
commit 32951f1161
3 changed files with 90 additions and 0 deletions

View File

@ -79,6 +79,7 @@ pub fn create_default_context(
context.add_commands(vec![
// System/file operations
whole_stream_command(Exec),
whole_stream_command(Pwd),
whole_stream_command(Ls),
whole_stream_command(Du),