nushell/crates/nu-command/src/env
Hristo Filaretov 683b912263
Track call arguments in a single list (#5125)
* Initial implementation of ordered call args

* Run cargo fmt

* Fix some clippy lints

* Add positional len and nth

* Cargo fmt

* Remove more old nth calls

* Good ole rustfmt

* Add named len

Co-authored-by: Hristo Filaretov <h.filaretov@protonmail.com>
2022-04-09 14:55:02 +12:00
..
env_command.rs Do not pass non-string env vars to externals (#4748) 2022-03-12 00:18:39 +02:00
let_env.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
load_env.rs Fix load-env unsupported input error message (#5039) 2022-04-01 10:59:04 +13:00
mod.rs Add support for load-env (#752) 2022-01-15 18:50:11 -05:00
with_env.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00