You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The scaffold of the cli commands for the new module/list is not complete (don't show the fields). Also the help for that commands aren't.
To reproduce
Steps to reproduce the behavior:
Scaffold a chain, e.g. ignite scaffold chain github.com/BitCannaGlobal/bcna --address-prefix bcna
Scaffold a list, e.g. ignite scaffold list bitcannaid bcnaid address
Run the chain and execute:
bcnad tx bcna create-bitcannaid -> you didn't notice the needed fields
bcnad tx bcna create-bitcannaid --help -> same
e.g.:
If you check the Tx: &autocliv1.ServiceCommandDescriptor at x/bcna/module/autocli.go you can see that is a different scaffold than the Query; being the Query more complete with fields and giving info about the fields.
What version are you using?
Ignite CLI version: v28.0.0-dev
Ignite CLI build date: 2023-12-11T11:52:06Z
Ignite CLI source hash: 52c1d09f3c8840951a92d548ebfe8547b78b039a
Ignite CLI config version: v1
Cosmos SDK version: v0.50.1
Your OS: darwin
Your arch: arm64
Your Node.js version: v16.15.0
Your go version: go version go1.21.5 darwin/arm64
The text was updated successfully, but these errors were encountered:
Describe the bug
The scaffold of the cli commands for the new module/list is not complete (don't show the fields). Also the help for that commands aren't.
To reproduce
Steps to reproduce the behavior:
ignite scaffold chain github.com/BitCannaGlobal/bcna --address-prefix bcna
ignite scaffold list bitcannaid bcnaid address
bcnad tx bcna create-bitcannaid
-> you didn't notice the needed fieldsbcnad tx bcna create-bitcannaid --help
-> samee.g.:
If you check the
Tx: &autocliv1.ServiceCommandDescriptor
atx/bcna/module/autocli.go
you can see that is a different scaffold than the Query; being the Query more complete with fields and giving info about the fields.What version are you using?
The text was updated successfully, but these errors were encountered: