We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27fd2bd + bff0c1e commit 1a470d6Copy full SHA for 1a470d6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitsums",
3
- "version": "0.3.9",
+ "version": "0.3.10",
4
"description": "Small utility to generate description for git changes with ai",
5
"scripts": {
6
"lint": "eslint . --ext .ts",
src/index.ts
@@ -91,7 +91,6 @@ async function main() {
91
}
92
);
93
94
- console.log(argv);
95
if (argv.hasOwnProperty('set-key')) {
96
return await mainController.setKey(argv['set-key']);
97
0 commit comments