Select the types of activity you want to include in your feed.
1package main 2 3import "github.com/andrioid/gostack/cmd" 4 5func main() { 6 cmd.Execute() 7}