41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
echo echos the value provided by the user as a proto JSON object with populated with the provided fields and positional arguments
|
|
|
|
Usage:
|
|
test echo [pos1] [pos2] [pos3...] [flags]
|
|
|
|
Aliases:
|
|
echo, e
|
|
|
|
Examples:
|
|
echo 1 abc {}
|
|
|
|
Flags:
|
|
--a-bool
|
|
--a-coin cosmos.base.v1beta1.Coin (json)
|
|
--a-message testpb.AMessage (json)
|
|
--an-address bech32 account address key name
|
|
--an-enum Enum (unspecified | one | two | five | neg-three) (default unspecified)
|
|
--bools bools (default [])
|
|
--bz bytesBase64
|
|
--deprecated-field string (DEPRECATED: don't use this)
|
|
--duration duration
|
|
--durations duration (repeated)
|
|
--enums Enum (unspecified | one | two | five | neg-three) (repeated)
|
|
-h, --help help for echo
|
|
--i32 int32 some random int32
|
|
--i64 int
|
|
--page-count-total
|
|
--page-key bytesBase64
|
|
--page-limit uint
|
|
--page-offset uint
|
|
--page-reverse
|
|
-s, --shorthand-deprecated-field string (DEPRECATED: bad idea)
|
|
--some-messages testpb.AMessage (json) (repeated)
|
|
--str string
|
|
--strings strings
|
|
--timestamp timestamp (RFC 3339)
|
|
--u64 uint[=5] some random uint64
|
|
-u, --uint32 uint32 some random uint32
|
|
--uints uints (default [])
|
|
-v, --version version for echo
|