Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-cmd2
/
cmd2
Public
Notifications
You must be signed in to change notification settings
Fork
132
Star
688
Code
Issues
1
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Refactor and standardize argparse-related naming and metadata
- #1670
#1670
Merged
kmvanbrunt
merged 11 commits into
main
python-cmd2/cmd2:main
from
ap_command_spec
python-cmd2/cmd2:ap_command_spec
Copy head branch name to clipboard
Jun 4, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Refactor and standardize argparse-related naming and metadata
#1670
kmvanbrunt
merged 11 commits into
main
python-cmd2/cmd2:main
from
ap_command_spec
python-cmd2/cmd2:ap_command_spec
Copy head branch name to clipboard
Commits
Commits on May 28, 2026
Standardized command/subcommand naming and metadata
Show description for b5c9618
kmvanbrunt
committed
b5c9618
View commit details
Copy full SHA for b5c9618
Browse repository at this point
Added test coverage.
kmvanbrunt
committed
44fd9e8
View commit details
Copy full SHA for 44fd9e8
Browse repository at this point
Fixed error in categorize() which would not handle a bound method in an Iterable.
kmvanbrunt
committed
34d5f3d
View commit details
Copy full SHA for 34d5f3d
Browse repository at this point
Commits on Jun 3, 2026
Merge branch 'main' into ap_command_spec
kmvanbrunt
committed
e9f3210
View commit details
Copy full SHA for e9f3210
Browse repository at this point
Fixed tests.
kmvanbrunt
committed
88f2e39
View commit details
Copy full SHA for 88f2e39
Browse repository at this point
Renamed cmd2_handler to cmd2_subcommand_handler in annotated functions.
Show description for 1b99078
kmvanbrunt
committed
1b99078
View commit details
Copy full SHA for 1b99078
Browse repository at this point
Commits on Jun 4, 2026
Merge branch 'main' into ap_command_spec
kmvanbrunt
committed
8391979
View commit details
Copy full SHA for 8391979
Browse repository at this point
Restored PARSER_ATTR_OWNER_ID name.
kmvanbrunt
committed
0cf8c03
View commit details
Copy full SHA for 0cf8c03
Browse repository at this point
Renamed AP_COMMAND_ATTR_SPEC to ARGPARSE_COMMAND_ATTR_SPEC to be more specific.
kmvanbrunt
committed
9cbf99a
View commit details
Copy full SHA for 9cbf99a
Browse repository at this point
Renamed set_default_argument_parser_type() to set_default_argument_parser().
Show description for 5413585
kmvanbrunt
committed
5413585
View commit details
Copy full SHA for 5413585
Browse repository at this point
Fixed bug in annotated.py where it used a stale copy of DEFAULT_ARGUMENT_PARSER.
Show description for a1c99e0
kmvanbrunt
committed
a1c99e0
View commit details
Copy full SHA for a1c99e0
Browse repository at this point
You can’t perform that action at this time.