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

View File

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