We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debug raw-bytes
1 parent 979f885 commit 0fc06f1Copy full SHA for 0fc06f1
1 file changed
client/debug/main.go
@@ -307,7 +307,7 @@ func RawBytesCmd() *cobra.Command {
307
Use: "raw-bytes <raw-bytes>",
308
Short: "Convert raw bytes output (eg. [10 21 13 255]) to hex",
309
Long: "Convert raw-bytes to hex.",
310
- Example: fmt.Sprintf("%s debug raw-bytes [72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100]", version.AppName),
+ Example: fmt.Sprintf("%s debug raw-bytes '[72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100]'", version.AppName),
311
Args: cobra.ExactArgs(1),
312
RunE: func(_ *cobra.Command, args []string) error {
313
stringBytes := args[0]
0 commit comments