summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/title/lib/help.js
blob: 9dae3c7b531ed7cd53e998ba5a64586b45eaf60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Packages
const { yellow, grey } = require('chalk')

module.exports = `
  Usage: ${yellow('title')} [options] <input>

  Options:

    ${yellow('-h, --help')}      Show the usage information
    ${yellow('-v, --version')}   Show the version number
    ${yellow('-s, --special')}   Words to capitalize as they are passed
    ${yellow('-n, --no-copy')}   Don't copy output to clipboard
`