cosmossdk.io/client/v2@v2.0.0-beta.1/autocli/testdata/help-echo.golden (about)

     1  echo echos the value provided by the user as a proto JSON object with populated with the provided fields and positional arguments
     2  
     3  Usage:
     4    test echo [pos1] [pos2] [pos3...] [flags]
     5  
     6  Aliases:
     7    echo, e
     8  
     9  Examples:
    10  echo 1 abc {}
    11  
    12  Flags:
    13        --a-bool                                                               
    14        --a-coin cosmos.base.v1beta1.Coin                                      some random coin
    15        --a-consensus-address account address or key name                      
    16        --a-message testpb.AMessage (json)                                     
    17        --a-validator-address account address or key name                      
    18        --an-address account address or key name                               
    19        --an-enum Enum (unspecified | one | two | five | neg-three)             (default unspecified)
    20        --bools bools                                                           (default [])
    21        --bz binary                                                            some bytes
    22        --coins cosmos.base.v1beta1.Coin (repeated)                            
    23        --deprecated-field string                                               (DEPRECATED: don't use this)
    24        --duration duration                                                    some random duration
    25        --durations duration (repeated)                                        
    26        --enums Enum (unspecified | one | two | five | neg-three) (repeated)   
    27        --grpc-addr string                                                     the gRPC endpoint to use for this chain
    28        --grpc-insecure                                                        allow gRPC over insecure channels, if not the server must use TLS
    29        --height int                                                           Use a specific height to query state at (this can error if the node is pruning state)
    30    -h, --help                                                                 help for echo
    31        --i32 int32                                                            some random int32
    32        --i64 int                                                              
    33        --map-string-coin map[string]cosmos.base.v1beta1.Coin                  some map of string to coin
    34        --map-string-string stringToString                                     some map of string to string (default [])
    35        --map-string-uint32 stringToUint32                                     some map of string to int32
    36        --no-indent                                                            Do not indent JSON output
    37        --node string                                                          <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
    38    -o, --output string                                                        Output format (text|json) (default "text")
    39        --page-count-total                                                     
    40        --page-key binary                                                      
    41        --page-limit uint                                                      
    42        --page-offset uint                                                     
    43        --page-reverse                                                         
    44    -s, --shorthand-deprecated-field string                                     (DEPRECATED: bad idea)
    45        --some-messages testpb.AMessage (json) (repeated)                      
    46        --str string                                                           
    47        --strings strings                                                      
    48        --timestamp timestamp (RFC 3339)                                       
    49        --u64 uint                                                             some random uint64
    50    -u, --uint32 uint32                                                        some random uint32
    51        --uints uints                                                           (default [])
    52    -v, --version                                                              version for echo