nushell/crates/nu-engine/src
2024-12-15 14:22:53 -08:00
..
compile Follow review comments, refactor set_pwd() to return Result<(), ShellError>, add 2 helpers: retain_result_set_pwd(), fetch_result(), add extend_automatic_env_vars() for adding PWD-per-drive env_vars to automatically managed env vars, and refactor several duplicate automatic env var collections to sole provider. 2024-12-15 13:29:08 -08:00
call_ext.rs Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
closure_eval.rs Use Arc for environment variables on the stack (#13333) 2024-07-10 17:34:50 -07:00
column.rs Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
command_prelude.rs Add --long flag for sys cpu (#14485) 2024-12-01 05:56:42 -06:00
documentation.rs add command_type to help (#14165) 2024-10-24 19:06:49 +02:00
env.rs PWD-per-drive v2, basic implementation, auto_cd/cd OK, overlay, set-env freely. Wait review and other file system commands pending. 2024-12-08 06:17:58 -08:00
eval.rs if cfg\!(windows) { ... } else { ... } not very compatible, rollback to #[cfg(windows)] ... #[cfg(not(windows))] ... 2024-12-15 14:22:53 -08:00
eval_helpers.rs Error on non-zero exit statuses (#13515) 2024-09-07 06:44:26 +00:00
eval_ir.rs Follow review comments, refactor set_pwd() to return Result<(), ShellError>, add 2 helpers: retain_result_set_pwd(), fetch_result(), add extend_automatic_env_vars() for adding PWD-per-drive env_vars to automatically managed env vars, and refactor several duplicate automatic env var collections to sole provider. 2024-12-15 13:29:08 -08:00
glob_from.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
lib.rs Follow review comments, refactor set_pwd() to return Result<(), ShellError>, add 2 helpers: retain_result_set_pwd(), fetch_result(), add extend_automatic_env_vars() for adding PWD-per-drive env_vars to automatically managed env vars, and refactor several duplicate automatic env var collections to sole provider. 2024-12-15 13:29:08 -08:00
scope.rs add file column to scope modules output (#14524) 2024-12-05 21:36:35 -06:00