Skip to content

Commit

Permalink
fix: fix --anilist option beeing parsed as boolean flag
Browse files Browse the repository at this point in the history
  • Loading branch information
FreshlyBrewedCode committed Oct 17, 2022
1 parent 59f7093 commit 67eeaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ program
{}
)
.option(
"-a, --anilist",
"-a, --anilist <id>",
"anilist id used to fetch meta data for the template"
)
.action(async (options) => {
Expand Down

0 comments on commit 67eeaa9

Please sign in to comment.