nushell/crates/nu-command/tests
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
..
commands in for, loop, while, auto print final value in each iteration (#7433) 2022-12-12 05:46:03 +13:00
format_conversions add input_output_types() to benchmark,cd and config reset (#7455) 2022-12-13 06:10:55 -06:00
main.rs Parser refactoring for improving pipelines (#7162) 2022-11-19 10:46:48 +13:00