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

4 lines
25 B
Rust
Raw Normal View History

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