We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR #112241 added the --first-weekday option to the calendar module CLI.
--first-weekday
It was only partly documented in calendar.rst, as it's missing from the first usage message.
calendar.rst
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]
The text was updated successfully, but these errors were encountered:
Tip for next time: docs things like this usually don't need an issue. Or they can re-use the original issue (#112240).
Sorry, something went wrong.
gh-114909: Add --first-weekday option to usage message (#114910)
ee66c33
pythongh-114909: Add --first-weekday option to usage message (python#…
b5b2e12
…114910)
3522b1d
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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.This should be added
Linked PRs
The text was updated successfully, but these errors were encountered: