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
There are a lot of flags and it's confusing reading them all at once, organization could help user comprehension
Problem Definition
Why do we need this feature?
because in some places are CLI has A LOT of flags
Usage:
gaiacli stake create-validator [flags]
Flags:
--account-number int AccountNumber number to sign the tx
--address-delegator string hex address of the delegator
--amount string Amount of coins to bond (default "1steak")
--async broadcast transactions asynchronously
--chain-id string Chain ID of tendermint node
--details string optional details
--fee string Fee to pay along with transaction
--from string Name of private key with which to sign
--gas int gas limit to set per-transaction (default 200000)
-h, --help help for create-validator
--identity string optional identity signature (ex. UPort or Keybase)
--json return output in json format
--ledger Use a connected Ledger device
--memo string Memo to send along with transaction
--moniker string validator name
--name string DEPRECATED - Name of private key with which to sign
--node string <host>:<port> to tendermint rpc interface for this chain (default "tcp://localhost:26657")
--print-response return tx response (only works with async = false)
--pubkey string Go-Amino encoded hex PubKey of the validator. For Ed25519 the go-amino prepend hex is 1624de6220
--sequence int Sequence number to sign the tx
--website string optional website
^ for instance here I'd like to see validator Description flags grouped together, as well as tendermint related grouped together etc.
What problems may be addressed by introducing this feature?
being able to understand the CLI
What benefits does the SDK stand to gain by including this feature?
better UX
Are there any disadvantages of including this feature?
lil extra code
Proposal
Pretty sure cobra allows for this - just need to look into it
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
There are a lot of flags and it's confusing reading them all at once, organization could help user comprehension
Problem Definition
Why do we need this feature?
^ for instance here I'd like to see validator
Description
flags grouped together, as well as tendermint related grouped together etc.What problems may be addressed by introducing this feature?
What benefits does the SDK stand to gain by including this feature?
Are there any disadvantages of including this feature?
Proposal
Pretty sure cobra allows for this - just need to look into it
For Admin Use
The text was updated successfully, but these errors were encountered: