mirror of
https://github.com/nushell/nushell.git
synced 2025-08-24 19:46:27 +02:00
Rename cond math (#2807)
* Simplifies 'if' to work on the available scope rather than a stream * Rename initializer/math for better readability * Fix description * fmt
This commit is contained in:
@@ -18,7 +18,7 @@ impl WholeStreamCommand for SubCommand {
|
||||
Signature::build("keep until")
|
||||
.required(
|
||||
"condition",
|
||||
SyntaxShape::Math,
|
||||
SyntaxShape::RowCondition,
|
||||
"The condition that must be met to stop keeping rows",
|
||||
)
|
||||
.filter()
|
||||
|
Reference in New Issue
Block a user