mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:25:38 +02:00
@ -19,7 +19,7 @@ impl WholeStreamCommand for Do {
|
||||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("with-env")
|
||||
Signature::build("do")
|
||||
.required("block", SyntaxShape::Block, "the block to run ")
|
||||
.switch(
|
||||
"ignore_errors",
|
||||
|
Reference in New Issue
Block a user