cosmossdk.io/client/v2@v2.0.0-beta.1/autocli/testdata/help.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 (json)
    15        --a-message testpb.AMessage (json)
    16        --an-address bech32 account address key name
    17        --an-enum Enum (unspecified | one | two | five | neg-three)             (default unspecified)
    18        --bools bools                                                           (default [])
    19        --bz bytesBase64
    20        --deprecated-field string                                               (DEPRECATED: don't use this)
    21        --duration duration
    22        --durations duration (repeated)
    23        --enums Enum (unspecified | one | two | five | neg-three) (repeated)
    24    -h, --help                                                                 help for echo
    25        --i32 int32                                                            some random int32
    26        --i64 int
    27        --page-count-total
    28        --page-key bytesBase64
    29        --page-limit uint
    30        --page-offset uint
    31        --page-reverse
    32    -s, --shorthand-deprecated-field string                                     (DEPRECATED: bad idea)
    33        --some-messages testpb.AMessage (json) (repeated)
    34        --str string
    35        --strings strings
    36        --timestamp timestamp (RFC 3339)
    37        --u64 uint[=5]                                                         some random uint64
    38    -u, --uint32 uint32                                                        some random uint32
    39        --uints uints                                                           (default [])
    40    -v, --version                                                              version for echo