nushell/crates/nu-cli/src/commands
Devyn Cairns 53fbf62493
Fix keybindings list being empty by default (#13456)
# Description

Made a mistake when fixing this for IR. The default behavior with no
options set is to list everything. Restored that.

This should go in the 0.96.1 patch release.

# Tests + Formatting
Added regression test.
2024-07-26 16:03:05 +08:00
..
commandline Remove deprecated flags on commandline (#12658) 2024-04-25 14:16:42 +00:00
history Add and use new Signals struct (#13314) 2024-07-07 22:29:01 +00:00
default_context.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
keybindings_default.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
keybindings_list.rs Fix keybindings list being empty by default (#13456) 2024-07-26 16:03:05 +08:00
keybindings_listen.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
keybindings.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
mod.rs separate commandline into subcommands (#11877) 2024-02-18 16:15:59 -06:00