forums
  .command('removeModerator')
  .description('Removes a moderator from a forum.')
  .option('-A, --access_token <string>', 'Your access token.')
  .option('-H, --https [boolean]', 'Whether to use https. Defaults to true.', true)