mirror of
https://github.com/nushell/nushell.git
synced 2025-04-09 21:28:55 +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` |
||
---|---|---|
.. | ||
bson.rs | ||
csv.rs | ||
html.rs | ||
json.rs | ||
markdown.rs | ||
mod.rs | ||
nuon.rs | ||
ods.rs | ||
ssv.rs | ||
toml.rs | ||
tsv.rs | ||
url.rs | ||
xlsx.rs | ||
xml.rs | ||
yaml.rs |