Skip to content

ShiftPoster/cmd2-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmd2 POC

Proof of concept for cmd2 ideas.

Console state manager

Context manager for the state of a rich.console.Console object. To help with use by a cmd2.Cmd class that has a console attribute.

The tests are scant at the moment, sorry about that.

Usage

pip install -e .
python -m cmd2_poc
(Cmd) help
(Cmd) err
(Cmd) perr
(Cmd) print hello world

example

Testing

pytest tests\test_state.py

About

Proof of concept for cmd2 ideas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages