forked from extern/nushell
* 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;
|