Skip to content

Commit

Permalink
Fix bug with searching by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgoodnow committed Jun 11, 2020
1 parent 6633f1e commit f0bf8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ program
.action(generateConfig);

program
.command("search", { isDefault: true })
.command("search")
.description("Search for cross-seeds")
.option("-c, --config <path>", "Path to configuration file", setConfig)
.option("-u, --jackett-server-url <url>", "Your Jackett server url")
Expand Down

0 comments on commit f0bf8da

Please sign in to comment.