mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 01:05:01 +02:00
Allow cp multiple files at once (#6114)
* Allow cp multiple files at once * Expand destination with expand_ndots
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user