nushell/crates/nu-command/src/system
YizhePKU f38f88d42c
Fixes . expanded incorrectly as external argument (#12950)
This PR fixes a bug where `.` is expanded into an empty string when used
as an argument to external commands. Fixes
https://github.com/nushell/nushell/issues/12948.

---------

Co-authored-by: Ian Manske <ian.manske@pm.me>
2024-05-26 07:06:17 +08:00
..
sys Fix sys panic (#12846) 2024-05-15 15:40:04 +08:00
complete.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
exec.rs Rewrite run_external.rs (#12921) 2024-05-23 02:05:27 +00:00
mod.rs Rewrite run_external.rs (#12921) 2024-05-23 02:05:27 +00:00
nu_check.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
ps.rs Add support for the ps command on FreeBSD, NetBSD, and OpenBSD (#12892) 2024-05-22 08:13:45 -07:00
registry_query.rs ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
run_external.rs Fixes . expanded incorrectly as external argument (#12950) 2024-05-26 07:06:17 +08:00
uname.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
which_.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00