summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/title/lib/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/title/lib/help.js')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/title/lib/help.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/title/lib/help.js b/bin/wiki/ImportarDesdeURL/node_modules/title/lib/help.js
new file mode 100644
index 00000000..9dae3c7b
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/title/lib/help.js
@@ -0,0 +1,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
+`