mirror of
https://github.com/nushell/nushell.git
synced 2025-03-02 01:11:44 +01:00
10 lines
235 B
Rust
10 lines
235 B
Rust
|
pub mod chars;
|
||
|
// pub mod column;
|
||
|
pub mod command;
|
||
|
// pub mod row;
|
||
|
|
||
|
pub use chars::SubCommand as SplitChars;
|
||
|
// pub use column::SubCommand as SplitColumn;
|
||
|
pub use command::SplitCommand as Split;
|
||
|
// pub use row::SubCommand as SplitRow;
|