Skip to content

Commit

Permalink
Fix: -h and -v options stopped working (#33)
Browse files Browse the repository at this point in the history
* Fix: -h and -v options stopped working

* Bump v0.0.10
  • Loading branch information
vishaltelangre authored Jul 26, 2020
1 parent 2e25181 commit b239730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ PrerequisitesChecker(function() {

cli.enable('version');
cli.setApp(name, version);
cli.parse();

if (!cli.args[0]) {
cli.error("Please provide the URL to the album/playlist of songs which you want to download.")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/vishaltelangre/music-dl"
},
"version": "0.0.9",
"version": "0.0.10",
"description": "Download audio song playlists/albums from multiple song providers!",
"main": "index.js",
"author": "Vishal Telangre <[email protected]>",
Expand Down

0 comments on commit b239730

Please sign in to comment.