Skip to content

Commit

Permalink
Consistent arg ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Oct 27, 2023
1 parent b9efec0 commit 97f8fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let command_param =
P.flag
"year"
(P.optional_with_default 2022 year_arg)
~doc:"int year to run (default: 2022)"
~aliases:[ "y" ]
~doc:"int year to run (default: 2022)"
and day =
P.flag "day" (P.required day_arg) ~aliases:[ "d" ] ~doc:"int day to run (1 - 25)"
and part =
Expand Down

0 comments on commit 97f8fa1

Please sign in to comment.