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