Allow mv multiple files at once (#6103)

* Allow mv multiple files at once

* Expand dots in mv src + dst
This commit is contained in:
Matthew Ma
2022-07-23 05:51:41 -07:00
committed by GitHub
parent 8a0bd20e84
commit 7d46177cf3
3 changed files with 159 additions and 103 deletions

View File

@ -1,4 +1,4 @@
mod dots;
pub mod dots;
mod expansions;
mod helpers;
mod tilde;