cosmos-sdk/client/v2
mergify[bot] bc5eb31751
fix(client/v2): improve resolver and tests (backport #16842) (#16861)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-06 17:34:32 +00:00
..
autocli fix(client/v2): improve resolver and tests (backport #16842) (#16861) 2023-07-06 17:34:32 +00:00
internal fix(client/v2): improve resolver and tests (backport #16842) (#16861) 2023-07-06 17:34:32 +00:00
CHANGELOG.md feat(client): add positional optional to client v2 (backport #16316) (#16615) 2023-06-20 17:19:55 +02:00
go.mod fix(client/v2): improve resolver and tests (backport #16842) (#16861) 2023-07-06 17:34:32 +00:00
go.sum build(deps): Bump cosmossdk.io/collections from 0.2.0 to 0.3.0 (#16834) 2023-07-05 07:50:05 +00:00
Makefile feat(cli): dynamically generate query CLI commands (#11725) 2022-04-27 18:24:42 -04:00
README.md fix(autocli): fix simapp enhancing (#15906) 2023-04-25 14:08:02 +00:00
sonar-project.properties ci: make sonarcloud more quiet (#14585) 2023-01-12 10:24:56 +00:00

AutoCLI

The autocli package is a Go library for generating CLIs (command line interfaces) for Cosmos SDK-based applications.

Read more about in it the Cosmos SDK documentation: