diff --git a/README.md b/README.md index 4ebe2ff..890846d 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Options: -V, --version output the version number -u, --user-id Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN). -o, --output Write output to instead of current directory. + --no-debug disable print api limit per request -h, --help output usage information ``` diff --git a/bin/index.js b/bin/index.js index b786b63..f6ba68f 100644 --- a/bin/index.js +++ b/bin/index.js @@ -69,7 +69,7 @@ if (token == null) { console.error("Fail to find QIITA_ACCESS_TOKEN env"); } else { program - .version("1.4.1") + .version("1.5.0") .name("qiita_export_all") .option("-u, --user-id ", "Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).") .option("-o, --output ", "Write output to instead of current directory.") diff --git a/package-lock.json b/package-lock.json index 8b7a465..f865092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "qiita_export_all", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc6af3a..77a23a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qiita_export_all", - "version": "1.4.1", + "version": "1.5.0", "description": "export all of your article at qiita", "engines": { "node": ">=10.0.0"