Allow cp multiple files at once (#6114)

* Allow cp multiple files at once

* Expand destination with expand_ndots
This commit is contained in:
Matthew Ma
2022-07-25 00:42:25 -07:00
committed by GitHub
parent 46f64c6fdc
commit 87e2fa137a
3 changed files with 91 additions and 29 deletions

View File

@ -9,7 +9,7 @@ mod module;
mod pipeline_data;
mod shell_error;
mod signature;
mod span;
pub mod span;
mod syntax_shape;
mod ty;
mod value;