We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07abd8d commit f0173caCopy full SHA for f0173ca
cmd/account/show/show.go
@@ -28,7 +28,7 @@ var (
28
Cmd = &cobra.Command{
29
Use: "show [address]",
30
Short: "Show balance and other information",
31
- Aliases: []string{"s"},
+ Aliases: []string{"s", "balance", "b"},
32
Args: cobra.MaximumNArgs(1),
33
Run: func(_ *cobra.Command, args []string) {
34
cfg := cliConfig.Global()
0 commit comments