nushell/crates/nu-cli/src/commands
Ian Manske 55bf4d847f
Add CLI flag to disable history (#11550)
# Description
Adds a CLI flag for nushell that disables reading and writing to the
history file. This will be useful for future testing and possibly our
users as well. To borrow `fish` shell's terminology, this allows users
to start nushell in "private" mode.

# User-Facing Changes
Breaking API change for `nu-protocol` (changed `Config`).
2024-01-17 09:40:59 -06:00
..
history Add CLI flag to disable history (#11550) 2024-01-17 09:40:59 -06:00
commandline.rs Fix commandline --cursor-end (#11504) 2024-01-13 08:24:14 +08:00
default_context.rs Break up interdependencies of command crates (#9429) 2023-06-14 23:12:55 +02:00
keybindings_default.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
keybindings_list.rs Add long options for platform and random (#10776) 2023-10-19 22:04:33 +02:00
keybindings_listen.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
keybindings.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs Move history into their own module (#11308) 2023-12-15 13:17:12 +01:00