posts
  .command('listPopular')
  .description('Returns a list of posts ordered by the number of likes recently.')
  .option('-c, --category [string]', 'Defaults to null. Looks up a category by ID.', null)
  .option('-f, --forum [string]', 'Defaults to null. Defaults to all forums you moderate. Use :all to retrieve all forums.', null)