nushell/crates/nu-command
amtoine 11666bc715
fix the tests involving a --help
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`
2023-02-24 11:18:40 +01:00
..
assets
proptest-regressions/format_conversions
src TEST: add the output to the new with-env example (#8148) 2023-02-21 10:15:35 +00:00
tests fix the tests involving a --help 2023-02-24 11:18:40 +01:00
build.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
Cargo.toml Pin reedline to 0.16.0 (#8142) 2023-02-20 21:44:04 +00:00
LICENSE