cmd/accounts.go
changeset 113 2e411da68fd3
parent 110 57843255fd1a
child 145 0f6b8411ad36
equal deleted inserted replaced
112:58d30ab47543 113:2e411da68fd3
    84 var accountsCmd = &cobra.Command{
    84 var accountsCmd = &cobra.Command{
    85 	Use:     "accounts [--account-id ID] subcommand",
    85 	Use:     "accounts [--account-id ID] subcommand",
    86 	Aliases: []string{"account"},
    86 	Aliases: []string{"account"},
    87 	Short:   "Account-related functions",
    87 	Short:   "Account-related functions",
    88 	//Long:    `TBW...`, // TODO
    88 	//Long:    `TBW...`, // TODO
    89 	//PersistentPreRunE: func(cmd *cobra.Command, args []string) error {},
       
    90 }
    89 }
    91 
    90 
    92 // Note: Some account subcommands are not defined in this file.
    91 // Note: Some account subcommands are not defined in this file.
    93 var accountSubcommands = []*cobra.Command{
    92 var accountSubcommands = []*cobra.Command{
    94 	&cobra.Command{
    93 	&cobra.Command{