mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 07:08:22 +02:00
5 lines
69 B
Rust
5 lines
69 B
Rust
pub mod command;
|
|
mod options;
|
|
|
|
pub use command::Command as Autoview;
|