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 bb057a2 commit 8e3c7d0Copy full SHA for 8e3c7d0
index.js
@@ -7,7 +7,6 @@ const cliProgress = require("cli-progress");
7
const argv = require("yargs");
8
9
argv
10
- .scriptName("mmd-gitlab-backuper")
11
.usage("Save your repo in gitlab")
12
.option("token", {
13
alias: "t",
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mmd-gitlab-backuper",
3
"description": "a package to backup from all projects that you have on gitlab",
4
- "version": "0.8.2",
+ "version": "0.8.3",
5
"main": "index.js",
6
"license": "MIT",
"author": {
0 commit comments