mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 21:14:40 +01:00
Update mv.rs
This commit is contained in:
parent
1b96da5e5b
commit
80e7a8d594
@ -26,7 +26,7 @@ impl Command for Mv {
|
|||||||
)
|
)
|
||||||
.required(
|
.required(
|
||||||
"destination",
|
"destination",
|
||||||
SyntaxShape::FilePath,
|
SyntaxShape::Filepath,
|
||||||
"the location to move files/directories to",
|
"the location to move files/directories to",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user