* WIP on auto-generating CLi * WIP * WIP * WIP * add pagination.go * handle more flag types * WIP on refactoring * WIP * working tests * add docs * echo all flags * add repeated tests * remove comment * fix compositeListValue issue Co-authored-by: Anil Kumar Kammari <anil@vitwit.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
13 lines
183 B
YAML
13 lines
183 B
YAML
version: v1
|
|
deps:
|
|
- buf.build/cosmos/cosmos-sdk
|
|
- buf.build/cosmos/cosmos-proto
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
except:
|
|
- PACKAGE_VERSION_SUFFIX
|
|
breaking:
|
|
ignore:
|
|
- testpb
|