mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 21:08:34 +00:00
After the previous commit, nushell uses PrettyDebug and PrettyDebugWithSource for our pretty-printed display output. PrettyDebug produces a structured `pretty.rs` document rather than writing directly into a fmt::Formatter, and types that implement `PrettyDebug` have a convenience `display` method that produces a string (to be used in situations where `Display` is needed for compatibility with other traits, or where simple rendering is appropriate). |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| command_cd_tests.rs | ||
| command_config_test.rs | ||
| command_cp_tests.rs | ||
| command_enter_test.rs | ||
| command_get_tests.rs | ||
| command_ls_tests.rs | ||
| command_mkdir_tests.rs | ||
| command_mv_tests.rs | ||
| command_open_tests.rs | ||
| command_rm_tests.rs | ||
| commands_test.rs | ||
| external_tests.rs | ||
| filter_inc_tests.rs | ||
| filter_str_tests.rs | ||
| filters_test.rs | ||
| tests.rs | ||