There was an error while loading. Please reload this page.
1 parent 5147d90 commit 307d46cCopy full SHA for 307d46c
bin/main.js
@@ -27,7 +27,6 @@ program
27
.description(t('program.configDesc'))
28
.option('-l, --lang <optional>', t('program.configLang'))
29
.action(({ args }) => {
30
- console.log(args);
31
if (args.length === 0) {
32
setConfig();
33
return;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hacker-feeds-cli",
3
- "version": "0.3.0",
+ "version": "0.4.1",
4
"description": "A command line tool for hacker news & product hunt feeds.",
5
"main": "index.js",
6
"bin": {
0 commit comments