fix: joj3 max total score as option
This commit is contained in:
parent
939c101eeb
commit
482315cf56
|
@ -468,7 +468,7 @@ def joj3_all(
|
||||||
"unknown",
|
"unknown",
|
||||||
help="JOJ3 run ID",
|
help="JOJ3 run ID",
|
||||||
),
|
),
|
||||||
max_total_score: int = Argument(
|
max_total_score: int = Option(
|
||||||
-1,
|
-1,
|
||||||
help="max total score",
|
help="max total score",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user