nushell/crates/nu-cmd-dataframe/src
Stefan Holderbach 81ece18d5e
Add a stub dfr command (#10683)
# 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
(-)
2023-10-11 17:51:20 +02:00
..
dataframe Add a stub dfr command (#10683) 2023-10-11 17:51:20 +02:00
lib.rs Put heavy dataframe dependencies behind feature flag (#9971) 2023-08-09 22:36:09 -07:00