show-schedule

Show the match schedule.

usage: srcomp show-schedule [-h] [--all] [--seconds {always,never,auto}]
                            [--times {slot,game}] [--limit LIMIT]
                            compstate

Positional Arguments

compstate

competition state repo

Named Arguments

--all

show all matches, not just the upcoming ones (ignores –limit)

Default: False

--seconds

Possible choices: always, never, auto

show times including seconds

Default: auto

--times

Possible choices: slot, game

Whether to show ‘slot’ or ‘game’ start times. Slot times are the full cycle spacing of the matches. Game times are the point where the game timer begins. These can be the same, but are usually different, according to the value of the match_slot_lengths.pre key in the schedule file.

Default: slot

--limit

how many matches to show (default: 15)

Default: 15