Skip to content

Commit 1cc571e

Browse files
authored
Merge pull request #630 from oasisprotocol/csillag/account-add-balance-alias
cmd/account/show: add balance alias
2 parents 07abd8d + f0173ca commit 1cc571e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/account/show/show.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var (
2828
Cmd = &cobra.Command{
2929
Use: "show [address]",
3030
Short: "Show balance and other information",
31-
Aliases: []string{"s"},
31+
Aliases: []string{"s", "balance", "b"},
3232
Args: cobra.MaximumNArgs(1),
3333
Run: func(_ *cobra.Command, args []string) {
3434
cfg := cliConfig.Global()

0 commit comments

Comments
 (0)