mirror of
https://github.com/nushell/nushell.git
synced 2025-05-09 17:32:59 +00:00
> **Note** > waiting for > - https://github.com/nushell/nushell/pull/8770 > - #8815 # Description this PR adds a very basic completion support to the `help` implementations of the `std`. # User-Facing Changes completion on all the `std help ...` commands, based on the names in `$nu.scope.` # Tests + Formatting - ⚫ `toolkit fmt` - ⚫ `toolkit clippy` - ⚫ `toolkit test` - ⚫ `toolkit test stdlib` # After Submitting ``` $nothing ```