beer-me-jim
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -21,5 +21,5 @@ #!/usr/bin/env node | ||
const { _: args, help } = mri(process.argv.slice(2)) | ||
const { _: args, help, h } = mri(process.argv.slice(2)) | ||
if (help) { | ||
if (help || h) { | ||
console.log(` | ||
@@ -26,0 +26,0 @@ Commands available: |
{ | ||
"name": "beer-me-jim", | ||
"description": "CLI tool to provide custom configurations on the go", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Pablo Varela <pablovarela182@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
3760