Skip to content

Commit

Permalink
Remove unimplemented commands: inbox, sent, direct
Browse files Browse the repository at this point in the history
  • Loading branch information
aerth committed Feb 28, 2016
1 parent 2d497d7 commit a178a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func bar() {
func main() {
// list all commands here

allCommands := []string{"help", "config", "read", "user", "search", "home", "follow", "unfollow", "post", "mentions", "groups", "mygroups", "join", "leave", "part", "mention", "replies", "direct", "inbox", "sent"}
allCommands := []string{"help", "config", "read", "user", "search", "home", "follow", "unfollow", "post", "mentions", "groups", "mygroups", "join", "leave", "part", "mention", "replies"}

// command: go-quitter
if len(os.Args) < 2 {
Expand Down

0 comments on commit a178a27

Please sign in to comment.