mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
fix signature (#765)
This commit is contained in:
parent
0f85646d8e
commit
085a7c18cb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue