Skip to content
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

gh-90300: Reformat the Python CLI help output #93415

Merged
merged 14 commits into from
Feb 23, 2024

Commits on Jun 1, 2022

  1. pythongh-90300: Reformat the Python CLI help output

    * All lines are now shorter than 80 columns
    * All wrapped lines use the same identation
    * Remove empty lines between -X options
    * Output only one empty line between sections in --help-all
    serhiy-storchaka committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    f854018 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    7593852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1758d0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b0b371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa1efc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    b0b7d97 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    5879868 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    fada897 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    ffeec35 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    64a831c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    e93da84 View commit details
    Browse the repository at this point in the history
  2. Fix max line length.

    serhiy-storchaka committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8c4fede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3455ac View commit details
    Browse the repository at this point in the history
  4. Add few empty lines.

    serhiy-storchaka committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    72dd7bf View commit details
    Browse the repository at this point in the history