Skip to content

Commit

Permalink
Make arguments non-positional
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Jakub Fila <[email protected]>
  • Loading branch information
joott and m-fila authored Aug 6, 2024
1 parent baa91e1 commit b911fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/schedule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ function parse_args()
arg_type = String
required = true

"event-count"
"--event-count"
help = "Number of events to be processed"
arg_type = Int
default = 1

"max-concurrent"
"--max-concurrent"
help = "Number of slots for graphs to be scheduled concurrently"
arg_type = Int
default = 3
Expand Down

0 comments on commit b911fd6

Please sign in to comment.