allow variants

This commit is contained in:
Darren Schroeder
2024-11-12 08:41:30 -06:00
parent c4122a6a47
commit c772ffc901

View File

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