Skip to content

Commit 67eeaa9

Browse files
fix: fix --anilist option beeing parsed as boolean flag
1 parent 59f7093 commit 67eeaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ program
4848
{}
4949
)
5050
.option(
51-
"-a, --anilist",
51+
"-a, --anilist <id>",
5252
"anilist id used to fetch meta data for the template"
5353
)
5454
.action(async (options) => {

0 commit comments

Comments
 (0)