Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo committed Mar 8, 2020
1 parent 7506736 commit 8680d97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Options:
-V, --version output the version number
-u, --user-id <id> Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).
-o, --output <path> Write output to <path> instead of current directory.
--no-debug disable print api limit per request
-h, --help output usage information
```

Expand Down
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <id>", "Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).")
.option("-o, --output <path>", "Write output to <path> instead of current directory.")
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8680d97

Please sign in to comment.