export const logs = {
  description: 'View MongoDB logs',
  builder(yargs) {
    return yargs.strict(false);
  },