Select the types of activity you want to include in your feed.
1#!/usr/bin/env node 2 3import { runCli } from './cli'; 4 5runCli();