forked from extern/nushell
Merge pull request #255 from nushell/par_each_sig
Fix par-each signature
This commit is contained in:
commit
0c7ec03ba0
@ -17,7 +17,7 @@ impl Command for ParEach {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn signature(&self) -> nu_protocol::Signature {
|
fn signature(&self) -> nu_protocol::Signature {
|
||||||
Signature::build("each")
|
Signature::build("par-each")
|
||||||
.required(
|
.required(
|
||||||
"block",
|
"block",
|
||||||
SyntaxShape::Block(Some(vec![SyntaxShape::Any])),
|
SyntaxShape::Block(Some(vec![SyntaxShape::Any])),
|
||||||
|
Loading…
Reference in New Issue
Block a user