fix SyntaxShape::Filepath build error

This commit is contained in:
jacremer 2021-10-04 22:08:15 -07:00
parent 4eb43adef2
commit 27dcbe5c8a

View file

@ -26,7 +26,7 @@ impl Command for Mv {
)
.required(
"destination",
SyntaxShape::FilePath,
SyntaxShape::Filepath,
"the location to move files/directories to",
)
}