extract-cli
Advanced tools
Comparing version 0.0.3 to 0.0.4
15
index.js
@@ -12,12 +12,11 @@ #!/usr/bin/env node | ||
.description(pkg.description) | ||
.alias('extract') | ||
.usage('<path/file_name>.<zip|rar|bz2|gz|tar|tbz2|tgz|Z|7z|xz|ex|tar.bz2|tar.gz|tar.xz>') | ||
.option('-p, --peppers', 'Add peppers') | ||
.option('-P, --pineapple', 'Add pineapple') | ||
.option('-b, --bbq', 'Add bbq sauce') | ||
.option( | ||
'-c, --cheese [type]', | ||
'Add the specified type of cheese [marble]', 'marble' | ||
) | ||
//.option('-p, --peppers', 'Add peppers') | ||
//.option('-P, --pineapple', 'Add pineapple') | ||
//.option('-b, --bbq', 'Add bbq sauce') | ||
//.option( | ||
// '-c, --cheese [type]', | ||
// 'Add the specified type of cheese [marble]', 'marble' | ||
//) | ||
.parse(process.argv); | ||
@@ -24,0 +23,0 @@ /* |
{ | ||
"name": "extract-cli", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A command line tool for extracting any archive file.", | ||
@@ -5,0 +5,0 @@ "main": "extract-cli.js", |
# extract | ||
A command line tool for extracting any archive file. | ||
# TODO | ||
- error checking; what to do when extracted already exists in folder | ||
- incoporate pv file | mysql options | ||
5101
9
88