| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
| |
Also:
- Improved some comments
- Put the argparse args for selecting grid style in a mutually exclusive group
|
| |
|
|
| |
the grid style
|
| |
|
|
| |
Changed to use Hindi name for Mumbai based on Google Translate instead of a Google search and the table width and underlying wide character width calculation appears to be working fine.
|
| |
|
|
|
|
|
| |
unicode capability
- Mandarin, Urdu, and Turkish all seem to be working fine
- But something is up with Hindi - the table/colum width calculation is messed up for Mumbai
|
| |
|
|
| |
same table entries formatted as both an iterable of iterable as well as an iterable of objects.
|
| |
|
|
| |
Changed the table_display.py example to use the tableformatter module which resuls in nicer looking tables.
|
| | |
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Removed all dependency on six other than for six.moves.input
Also:
- Started removing code branches which were for Python 2 support
|
|
|
Added example showing how to display tabular data in a cmd2 application.
Also:
- Updated CHANGELOG with data on all PRs since last release
- Bumped version to 0.8.2 in preparation for next release
|