Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add options to only show certain build times#307

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hugovk merged 2 commits intopython:mainfromhugovk:check_times-argparse
Aug 15, 2025

Conversation

@hugovk
Copy link
Member

By default, this scripts outputs the build times for all three types of builds. This can be long, for example 1,582 lines.

Sometimes I only want to check one block, for example, non-HTML builds in#306.

This PR allows you to select which type of build. By default, it shows all three.

Comment on lines +82 to +84
parser=argparse.ArgumentParser(
description=__doc__,formatter_class=argparse.RawDescriptionHelpFormatter
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We could mirror thebuild_docs.py args here?

    parser.add_argument(        "--select-output",        choices=("no-html", "only-html", "only-html-en"),        help="Choose what outputs to build.",    )

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Something like this?45f56e5

@hugovkhugovk merged commit5453926 intopython:mainAug 15, 2025
10 checks passed
@hugovkhugovk deleted the check_times-argparse branchAugust 15, 2025 16:51
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@AA-TurnerAA-TurnerAA-Turner approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@hugovk@AA-Turner

[8]ページ先頭

©2009-2025 Movatter.jp