mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
fix SyntaxShape::Filepath build error
This commit is contained in:
parent
4eb43adef2
commit
27dcbe5c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue