diff --git a/index.js b/index.js index 9c278ec..419c253 100755 --- a/index.js +++ b/index.js @@ -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.") diff --git a/package.json b/package.json index 0f26210..84aa531 100644 --- a/package.json +++ b/package.json @@ -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 ",