nushell/crates/nu-cli
Abhi V 16f85f32a2
ls **/* does not show hidden files without the -a flag (#2407)
* fixed: .*.(ext|*)

* ls **/* does not return hidden files without the -a flag

* fixed formatting

* fixed clippy issues

* fixed clippy issues, v2

* added `#[cfg(unix)]` to windows-failing test
2020-09-05 07:32:58 +12:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src ls **/* does not show hidden files without the -a flag (#2407) 2020-09-05 07:32:58 +12:00
tests ls **/* does not show hidden files without the -a flag (#2407) 2020-09-05 07:32:58 +12:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml use fs_extra to recursively move folders (#2487) 2020-09-04 11:44:53 +12:00