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