forked from extern/nushell
fix SyntaxShape::Filepath build error
This commit is contained in:
parent
4eb43adef2
commit
27dcbe5c8a
@ -26,7 +26,7 @@ impl Command for Mv {
|
||||
)
|
||||
.required(
|
||||
"destination",
|
||||
SyntaxShape::FilePath,
|
||||
SyntaxShape::Filepath,
|
||||
"the location to move files/directories to",
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user