nushell/crates/nu-command/src/filesystem/mod.rs

4 lines
25 B
Rust
Raw Normal View History

2021-09-29 20:25:05 +02:00
mod ls;
pub use ls::Ls;