Commit 25f82ed
committed
fix(indexer-framework): clap requires group name
## Description
Clap `requires` clauses refer to other flags by their field name, not
how they appear as a flag.
## Test plan
The `clickhouse-sui-indexer` example failed to run because of this
issue, and now it runs.1 parent 08897ad commit 25f82ed
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments