2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-01 06:43:53 +00:00
nushell/crates/nu-cli/tests/commands/mod.rs
Piotr Kufel f8d4adfb7a
Add the history import command (again) ()
# Description

This is mainly https://github.com/nushell/nushell/pull/13450 (which got
reverted). Additionally:
 - always clear IDs on import, disallow specifying IDs when piping
 - added extra tests
 - create backup of the history

# User-Facing Changes

New command: `history import`

# Tests + Formatting

Added mostly integration tests and a few smaller unit tests.
2024-10-29 06:34:48 -05:00

3 lines
60 B
Rust

mod history_import;
mod keybindings_list;
mod nu_highlight;