Select the types of activity you want to include in your feed.
1module github.com/cpfiffer/note 2 3go 1.21 4 5require github.com/spf13/cobra v1.8.0 6 7require ( 8 github.com/inconshreveable/mousetrap v1.1.0 // indirect 9 github.com/spf13/pflag v1.0.5 // indirect 10)