Closed
Description
Documentation
PR #112241 added the --first-weekday
option to the calendar module CLI.
It was only partly documented in calendar.rst
, as it's missing from the first usage message.
python -m calendar [-h] [-L LOCALE] [-e ENCODING] [-t {text,html}]
[-w WIDTH] [-l LINES] [-s SPACING] [-m MONTHS] [-c CSS]
[year] [month]
This should be added
[-f FIRST_WEEKDAY]