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.
2 parents 07abd8d + f0173ca commit 1cc571eCopy full SHA for 1cc571e
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