cmd/lists.go
changeset 189 280fc76acf39
parent 188 a4df685950ed
child 239 605a00e9d1ab
equal deleted inserted replaced
188:a4df685950ed 189:280fc76acf39
    35   madonctl lists show --list-id 3
    35   madonctl lists show --list-id 3
    36   madonctl lists update --list-id 3 --title "Family"
    36   madonctl lists update --list-id 3 --title "Family"
    37   madonctl lists delete --list-id 3
    37   madonctl lists delete --list-id 3
    38   madonctl lists accounts --list-id 2
    38   madonctl lists accounts --list-id 2
    39   madonctl lists add-accounts --list-id 2 --account-ids 123,456
    39   madonctl lists add-accounts --list-id 2 --account-ids 123,456
    40   madonctl lists remove-accounts --list-id 2 --account-ids 456`,
    40   madonctl lists remove-accounts --list-id 2 --account-ids 456
       
    41   madonctl lists show --account-id 123`,
    41 }
    42 }
    42 
    43 
    43 func init() {
    44 func init() {
    44 	RootCmd.AddCommand(listsCmd)
    45 	RootCmd.AddCommand(listsCmd)
    45 
    46