mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 16:32:58 +00:00
# Description This will only display the list of subcommands. Prompted by a question on Discord why completions may be missing. With standard completion settings getting the subcommands doesn't seem to be a problem but we could add this command for good measure. # User-Facing Changes New command `dfr` that does nothing apart from displaying the subcommands and hogging a space in the completions # Tests + Formatting (-)