mirror of
https://github.com/nushell/nushell.git
synced 2025-05-03 17:44:26 +02:00
* move history and tutor commands from core to misc * add in the Misc Category for the history and tutor commands
6 lines
73 B
Rust
6 lines
73 B
Rust
mod history;
|
|
mod tutor;
|
|
|
|
pub use history::History;
|
|
pub use tutor::Tutor;
|