Skip to content

Commit

Permalink
move slnc get token-meta to slnc spl get meta`
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Nov 25, 2020
1 parent 44cbbdb commit 0fd1895
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

var getTokenMetaCmd = &cobra.Command{
Use: "token-meta {account}",
Use: "meta {account}",
Short: "Retrieve token meta for a specific account",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand All @@ -53,5 +53,5 @@ var getTokenMetaCmd = &cobra.Command{
}

func init() {
getCmd.AddCommand(getTokenMetaCmd)
splGetCmd.AddCommand(getTokenMetaCmd)
}

0 comments on commit 0fd1895

Please sign in to comment.