mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 16:45:33 +02:00
allow variants
This commit is contained in:
@ -39,6 +39,7 @@ impl Command for AggBy {
|
|||||||
"Column name to calculate the average from",
|
"Column name to calculate the average from",
|
||||||
Some('a'),
|
Some('a'),
|
||||||
)
|
)
|
||||||
|
.allow_variants_without_examples(true)
|
||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user