mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
f83439fdda
# Description While each of the `help <subcommands>` in `std` had completers, there wasn't one for the main `help` command. This adds all internals and custom commands (as with `help commands`) as possible completions. # User-Facing Changes `help ` + <kbd>Tab</kbd> will now suggest completions for both the `help <subcommands>` as well as all internal and custom commands. # Tests + Formatting Note: Cannot add tests for completion functions since they are module-internal and not visible to test cases, that I can see. - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` |
||
---|---|---|
.. | ||
assert.nu | ||
dirs.nu | ||
dt.nu | ||
formats.nu | ||
help.nu | ||
input.nu | ||
iter.nu | ||
log.nu | ||
math.nu | ||
mod.nu | ||
xml.nu |