mirror of
https://github.com/nushell/nushell
synced 2025-01-10 04:09:09 +00:00
5 lines
66 B
Rust
5 lines
66 B
Rust
|
pub mod command;
|
||
|
mod options;
|
||
|
|
||
|
pub use command::Command as Table;
|