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
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
Refactored cmd2 to better account for our use of Rich.
- #1477
#1477
Merged
kmvanbrunt
merged 13 commits into
main
python-cmd2/cmd2:main
from
refactoring
python-cmd2/cmd2:refactoring
Copy head branch name to clipboard
Aug 19, 2025
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Refactored cmd2 to better account for our use of Rich.
#1477
kmvanbrunt
merged 13 commits into
main
python-cmd2/cmd2:main
from
refactoring
python-cmd2/cmd2:refactoring
Copy head branch name to clipboard
Commits
Commits on Aug 17, 2025
Refactored cmd2 to better account for our use of Rich.
Show description for d349023
kmvanbrunt
committed
d349023
View commit details
Copy full SHA for d349023
Browse repository at this point
Fixed documentation build on refactoring branch
tleonhardt
committed
425cd9a
View commit details
Copy full SHA for 425cd9a
Browse repository at this point
Fixed explanation of `colors` module in documentation now that it no longer contains a StrEnum
tleonhardt
committed
83a1946
View commit details
Copy full SHA for 83a1946
Browse repository at this point
Commits on Aug 18, 2025
Moved the style and color string constants into Cmd2Style and ColorName StrEnums.
kmvanbrunt
committed
42da841
View commit details
Copy full SHA for 42da841
Browse repository at this point
Removed unused AnsiSequence class.
kmvanbrunt
committed
5ce3f0b
View commit details
Copy full SHA for 5ce3f0b
Browse repository at this point
Renamed ColorName enum to Color.
kmvanbrunt
committed
cefd93f
View commit details
Copy full SHA for cefd93f
Browse repository at this point
Addressing some code review comments.
kmvanbrunt
committed
24676aa
View commit details
Copy full SHA for 24676aa
Browse repository at this point
Addressing more code review comments.
kmvanbrunt
committed
5f91f70
View commit details
Copy full SHA for 5f91f70
Browse repository at this point
Added documentation to colors.Color and resorted its members with a natural sort.
kmvanbrunt
committed
f2a6159
View commit details
Copy full SHA for f2a6159
Browse repository at this point
Added more documentation.
kmvanbrunt
committed
4621211
View commit details
Copy full SHA for 4621211
Browse repository at this point
Simplified some imports.
kmvanbrunt
committed
5e3caaa
View commit details
Copy full SHA for 5e3caaa
Browse repository at this point
Renamed rich_utils.allow_style to rich_utils.ALLOW_STYLE to be consistent with our other global settings.
kmvanbrunt
committed
b907988
View commit details
Copy full SHA for b907988
Browse repository at this point
Commits on Aug 19, 2025
Removed outdated comment.
kmvanbrunt
committed
c82aa43
View commit details
Copy full SHA for c82aa43
Browse repository at this point
You can’t perform that action at this time.