We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890e74b commit 792352cCopy full SHA for 792352c
bin/index.js
@@ -73,7 +73,7 @@ if (token == null) {
73
.name("qiita_export_all")
74
.option("-u, --user-id <id>", "Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).")
75
.option("-o, --output <path>", "Write output to <path> instead of current directory.")
76
- .option("--no-debug", "print api limit per request")
+ .option("--no-debug", "disable print api limit per request")
77
.parse(process.argv);
78
main(program.userId, program.output, program.debug).catch(er => {
79
console.error(er.stack, er);
0 commit comments