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: python-cmd2/cmd2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.x
Choose a base ref
...
head repository: python-cmd2/cmd2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 15 files changed
  • 3 contributors

Commits on Dec 29, 2025

  1. Bump actions/checkout from 5.0.0 to 6.0.1 (#1550)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v5...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    e320c82 View commit details
    Browse the repository at this point in the history
  2. Bump actions/create-github-app-token from 2.1.1 to 2.2.1 (#1551)

    Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.2.1.
    - [Release notes](https://github.com/actions/create-github-app-token/releases)
    - [Commits](actions/create-github-app-token@a8d6161...29824e6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/create-github-app-token
      dependency-version: 2.2.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Todd Leonhardt <[email protected]>
    dependabot[bot] and tleonhardt authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    45f04e3 View commit details
    Browse the repository at this point in the history
  3. Bump actions/github-script from 7.0.1 to 8.0.0 (#1552)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@60a0d83...ed59741)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: 8.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    9f32c65 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

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

Commits on Jan 6, 2026

  1. Configuration menu
    Copy the full SHA
    852f339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99a17e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

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

Commits on Jan 18, 2026

  1. Fix example, documentation, and CHANGELOG for removed ppretty

    The cmd2.Cmd.ppretty method was removed in the 3.0 release and we did not sufficiently document this.
    tleonhardt committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    e4fdece View commit details
    Browse the repository at this point in the history
  2. Fix TypeError in CustomInitCommandSet.do_show_arg* methods

    Remove the extra '_cmd' argument from 'do_show_arg1' and 'do_show_arg2'
    in 'examples/modular_commands/commandset_custominit.py'. This fixes a
    TypeError where the commands expected 3 arguments but were called with 2
    during execution.
    tleonhardt committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    b61793c View commit details
    Browse the repository at this point in the history
  3. Fix module_commands.py example

    Not sure where it got broken along the line, but this fixes it.
    tleonhardt committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    37afbd6 View commit details
    Browse the repository at this point in the history
Loading