Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract submenu code to new project | kotfu | 2018-05-09 | 1 | -181/+0 |
| | |||||
* | Removed the expensive imports from cmd2/__init__.py | Eric Lin | 2018-04-25 | 1 | -1/+1 |
| | | | | | | | Added some shared definitions to cmd2/__init__.py -> maybe there's a better place for these? Figured out how to trick bash into showing argument hints. It's a bit weird. Updated all of the tests and examples to import cmd2 resources from their new location without the automatic imports in cmd2/__init__.py For #369 | ||||
* | Most of the unit tests fixed. | kotfu | 2018-04-16 | 1 | -1/+1 |
| | |||||
* | Basic structure for cmd2 as a package | kotfu | 2018-04-16 | 1 | -1/+1 |
| | |||||
* | Revert "Basic structure for cmd2 as a package" | kotfu | 2018-04-16 | 1 | -1/+1 |
| | | | | This reverts commit 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5. | ||||
* | Basic structure for cmd2 as a package | kotfu | 2018-04-16 | 1 | -1/+1 |
| | | | | Still have a fair amount of work to do to get this sorted. | ||||
* | add tests for preserve shares | Alberto Sartori | 2018-03-14 | 1 | -11/+41 |
| | |||||
* | AddSubMenu should work with default kwargs | Alberto Sartori | 2018-03-13 | 1 | -1/+14 |
| | |||||
* | Added separate test fixture for SecondLevel app by itself | Todd Leonhardt | 2018-02-07 | 1 | -4/+11 |
| | |||||
* | Attempt to fix unit tests | Todd Leonhardt | 2018-02-07 | 1 | -31/+55 |
| | |||||
* | Added tests for submenu | Calvin Lobo | 2018-02-04 | 1 | -0/+107 |