nushell/crates/nu-cli/src/commands/history
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_.rs Add CLI flag to disable history (#11550) 2024-01-17 09:40:59 -06:00
history_session.rs Move history into their own module (#11308) 2023-12-15 13:17:12 +01:00
mod.rs Move history into their own module (#11308) 2023-12-15 13:17:12 +01:00