mirror of
https://github.com/nushell/nushell.git
synced 2025-05-13 19:24:34 +00:00
10 lines
223 B
Rust
10 lines
223 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;
|