forked from extern/nushell
fix signature (#765)
This commit is contained in:
parent
0f85646d8e
commit
085a7c18cb
@ -14,7 +14,7 @@ impl Command for Empty {
|
||||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("empty")
|
||||
Signature::build("empty?")
|
||||
.rest(
|
||||
"rest",
|
||||
SyntaxShape::CellPath,
|
||||
|
Loading…
Reference in New Issue
Block a user