mirror of
https://github.com/nushell/nushell
synced 2024-12-26 21:13:19 +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 {
|
||||
Signature::build("empty")
|
||||
Signature::build("empty?")
|
||||
.rest(
|
||||
"rest",
|
||||
SyntaxShape::CellPath,
|
||||
|
|
Loading…
Reference in a new issue