# Documentation PR https://github.com/python/cpython/pull/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] <!-- gh-linked-prs --> ### Linked PRs * gh-114910 <!-- /gh-linked-prs -->