Skip to content

calendar module CLI option --first-weekday is missing from usage message #114909

New issue

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

Closed
planet36 opened this issue Feb 2, 2024 · 1 comment
Closed
Labels
docs Documentation in the Doc dir

Comments

@planet36
Copy link
Contributor

planet36 commented Feb 2, 2024

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]

Linked PRs

@planet36 planet36 added the docs Documentation in the Doc dir label Feb 2, 2024
@hugovk
Copy link
Member

hugovk commented Feb 2, 2024

Tip for next time: docs things like this usually don't need an issue. Or they can re-use the original issue (#112240).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

3 participants