2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-19 07:28:32 +00:00
nushell/crates/nu-command/tests
Ian Manske 1fd3bc1ba6
Add exec command for Windows ()
# Description
Based of the work and discussion in , this PR adds the `exec`
command for Windows. This is done by simply spawning a
`std::process::Command` and then immediately exiting via
`std::process::exit` once the child process is finished. The child
process's exit code is passed to `exit`.

# User-Facing Changes
The `exec` command is now available on Windows, and there should be no
change in behaviour for Unix systems.
2023-11-08 14:50:25 -06:00
..
commands Add exec command for Windows () 2023-11-08 14:50:25 -06:00
format_conversions Disallow duplicated columns in table literals () 2023-11-01 21:25:35 +01:00
main.rs Rename misused "deprecation" to removal () 2023-08-15 07:17:31 +12:00