Skip to content

Season week list subcommand should contain verbose option to list all scores #40

@whatsacomputertho

Description

@whatsacomputertho

Overview

Currently the season week list subcommand doesn't display very useful / informative output by default, but it might be useful for larger leagues to display things in this way.

fbsim league season week list -l league.json -y 2026
Week  Games  Simulated
1     4      4
2     4      4
3     3      3
4     4      4
5     4      4
6     4      4
7     4      4
8     4      4
9     4      4
10    4      4
11    3      3
12    3      3
13    3      3
14    3      3
15    1      1

Going forward, I'd like to add a -v / --verbose option that could be useful for smaller leagues to list out the full set of matchups across each week

fbsim league season week list -l league.json -y 2026 -v
=== 2026 regular season ===
--- Week 1 ---
Matchup  Away Team           Away Score  Home Team           Home Score  Status
0        Carolina Wombats    26          New England Tulips  34          Final
1        New York Monsters   36          Seattle Fire        37          Final
2        Pittsburgh Wirgles  37          Dallas All-Stars    13          Final
3        New Orleans Grouse  33          Baltimore Fwams     19          Final

--- Week 2 ---
... (etc.)

Acceptance

  • A -v / --verbose option allows users to list each week's matchups instead of the compact output in place today

Metadata

Metadata

Labels

v1.0.0-beta.3A feature to be shipped with the v1.0.0-beta.3 release

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions