streaver/libertadores-cli

View on GitHub
src/utils/games-options.js

Summary

Maintainability
A
0 mins
Test Coverage
const { flags } = require('@oclif/command');

module.exports = {
  'game-site': flags.boolean({
    char: 's',
    description: 'Whether or not to show a link to the game site',
    default: false,
  }),
};