Commit b42aed6
committed
fix(root): add -g shorthand for --gateway-group flag
The -g shorthand was missing because String() was used instead of
StringP(). All e2e tests pass -g for gateway group selection, causing
~50 test failures with 'unknown shorthand flag: g in -g'.1 parent d5e13c5 commit b42aed6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments