mirror of
https://github.com/nushell/nushell.git
synced 2025-08-03 11:57:39 +02:00
# Description Since there are plans to add more history commands, it seems sensible to put them into their own module and category https://github.com/nushell/nushell/pull/10440#issuecomment-1731408785 # User-Facing Changes The history commands are in the category "History" rather than "Misc"
6 lines
104 B
Rust
6 lines
104 B
Rust
mod history_;
|
|
mod history_session;
|
|
|
|
pub use history_::History;
|
|
pub use history_session::HistorySession;
|