nushell/crates/nu-command/src/help
Ian Manske d6a9fb0e40
Fix display formatting for command type in help commands (#12996)
# Description
Related to #12832, this PR changes the way `help commands` displays the
command type to be consistent with `scope commands` and `which`.

# User-Facing Changes
Technically a breaking change since the `help commands` output can now
be different.
2024-06-07 08:03:31 -05:00
..
help_.rs Add Span merging functions (#12511) 2024-05-16 22:34:49 +00:00
help_aliases.rs Add Span merging functions (#12511) 2024-05-16 22:34:49 +00:00
help_commands.rs Fix display formatting for command type in help commands (#12996) 2024-06-07 08:03:31 -05:00
help_escapes.rs ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
help_externs.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
help_modules.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
help_operators.rs ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
mod.rs Add 'help escapes' command for quick reference of nushell string escapes (#10522) 2023-09-30 09:04:27 -05:00