categories
  .command('listPosts')
  .description('Returns a list of posts within a category.')
  .option('-c, --cursor [string]', 'Defaults to null.', null)
  .option('-C, --category <string>', 'Looks up a category by ID.')