forked from extern/nushell
Another batch of command tests (#4496)
* Add a batch of command tests * More tests
This commit is contained in:
2
crates/nu-command/src/env/with_env.rs
vendored
2
crates/nu-command/src/env/with_env.rs
vendored
@ -24,7 +24,7 @@ impl Command for WithEnv {
|
||||
)
|
||||
.required(
|
||||
"block",
|
||||
SyntaxShape::Block(Some(vec![SyntaxShape::Any])),
|
||||
SyntaxShape::Block(Some(vec![])),
|
||||
"the block to run once the variable is set",
|
||||
)
|
||||
.category(Category::Env)
|
||||
|
Reference in New Issue
Block a user