fix signature (#765)

This commit is contained in:
Darren Schroeder 2022-01-17 09:14:33 -06:00 committed by GitHub
parent 0f85646d8e
commit 085a7c18cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ impl Command for Empty {
} }
fn signature(&self) -> Signature { fn signature(&self) -> Signature {
Signature::build("empty") Signature::build("empty?")
.rest( .rest(
"rest", "rest",
SyntaxShape::CellPath, SyntaxShape::CellPath,