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:
Jonathan Turner
2020-12-21 17:32:06 +13:00
committed by GitHub
parent e3da546e23
commit 67acaae53c
11 changed files with 31 additions and 28 deletions

View File

@@ -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()