mirror of
https://github.com/nushell/nushell.git
synced 2025-04-06 18:19:06 +02:00
The outputs of `each --help` and `cd --help` have obviously changed in this PR. i've simply run ```bash > cargo run ``` to drop into the new `nushell` and clipped the output of the new - `each --help | lines | length` from `src/tests/test_engine.rs::help_works_with_missing_requirements` - `cd --help | to html --html-color` from `crates/nu-command/tests/format_conversions/html.rs::test_cd_html_color_flag_dark_false` - `cd --help | to html --no-color` from `crates/nu-command/tests/format_conversions/html.rs::test_no_color_flag` |
||
---|---|---|
.. | ||
assets | ||
proptest-regressions/format_conversions | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |