Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/sphinx-argparse-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.12.0
Choose a base ref
...
head repository: tox-dev/sphinx-argparse-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.13.0
Choose a head ref
  • 4 commits
  • 21 files changed
  • 2 contributors

Commits on Feb 13, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#145)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    725d518 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Fix handling of argparse.SUPPRESS (#149)

    * Fix handling of argparse.SUPPRESS
    
    * Add test for argparse.SUPPRESS
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    mayrholu and pre-commit-ci[bot] authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b3dbb06 View commit details
    Browse the repository at this point in the history
  2. Epilog support (#146)

    * Add support for epilog
    
    * Add epilog tests
    
    * Update README.md
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    mayrholu and pre-commit-ci[bot] authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ddc99fa View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Add option to show usage before description (#148)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    mayrholu and pre-commit-ci[bot] authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2aa99ca View commit details
    Browse the repository at this point in the history
Loading