forked from extern/nushell
5 lines
69 B
Rust
5 lines
69 B
Rust
pub mod command;
|
|
mod options;
|
|
|
|
pub use command::Command as Autoview;
|