nushell/crates/nu-command/src/env
Justin Ma d83dbc3670
add input_output_types() to benchmark,cd and config reset (#7455)
# Description

add input_output_types() to benchmark, cd and config reset commands
It's an update to https://github.com/nushell/nushell/issues/7320


# Tests + Formatting

Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A
clippy::needless_collect` to check that you're using the standard code
style
- `cargo test --workspace` to check that all tests pass

# After Submitting

If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
2022-12-13 06:10:55 -06:00
..
config add input_output_types() to benchmark,cd and config reset (#7455) 2022-12-13 06:10:55 -06:00
env_command.rs Rename all?, any? and empty? (#6464) 2022-09-05 16:41:06 +02:00
export_env.rs Improve empty pipelines (#7383) 2022-12-08 07:31:57 +13:00
let_env.rs Improve empty pipelines (#7383) 2022-12-08 07:31:57 +13:00
load_env.rs Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00
mod.rs Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
source_env.rs Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00
with_env.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00