summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
* Added documentationKevin Van Brunt2019-07-051-4/+18
* Fixed some warningsKevin Van Brunt2019-07-051-10/+12
* Removed AutoCompleter parameters that are obsoleteKevin Van Brunt2019-07-051-35/+19
* Using argparse constants instead of hardcoded stringsKevin Van Brunt2019-07-043-16/+21
* Made optional args on completers keyword-onlyKevin Van Brunt2019-07-041-7/+7
* Patched 2 more argparse functions to make nargs ranges work with all parsersKevin Van Brunt2019-07-041-43/+73
* Refactoring and updating documentationKevin Van Brunt2019-07-041-27/+31
* No longer restricting nargs range support to Cmd2ArgParserKevin Van Brunt2019-07-042-222/+179
* Fixed spellingKevin Van Brunt2019-07-031-1/+1
* Removed unused custom_error_message codeKevin Van Brunt2019-07-031-15/+0
* Renamed ACHelpFormatter to Cmd2HelpFormatterKevin Van Brunt2019-07-031-2/+2
* Moved cmd2 custom argparse types to argparse_custom.pyKevin Van Brunt2019-07-033-709/+468
* Merge branch 'master' into auto_completer_refactorKevin Van Brunt2019-07-031-28/+5
|\
| * Removed typoKevin Van Brunt2019-07-031-1/+1
| * Removed import of Collection since we are no longer calling len() on the vari...Kevin Van Brunt2019-07-031-29/+6
* | Fixed some bugs in _resolve_choices_for_argKevin Van Brunt2019-07-031-10/+22
* | Updated commentsKevin Van Brunt2019-07-031-8/+8
* | Merge branch 'master' into auto_completer_refactorKevin Van Brunt2019-07-031-1/+1
|\ \ | |/
| * Fixed issue where wrong function was being set for Pyreadline's _display_comp...Kevin Van Brunt2019-07-031-1/+1
* | Patched argparse._ActionsContainer.add_argument() to support more settings li...Kevin Van Brunt2019-07-022-109/+97
* | Added functions to enable tab completion and choices provider functions to ar...Kevin Van Brunt2019-07-022-129/+177
* | Removed cmd2.basic_complete function since it was added to utilsKevin Van Brunt2019-07-021-15/+0
* | Moved basic_complete to utilsKevin Van Brunt2019-07-023-11/+29
* | Small refactor and documentation updatesKevin Van Brunt2019-07-012-19/+34
|/
* Whitespace and doc fixesKevin Van Brunt2019-07-011-1/+1
* Modified async_alert_str to also get passed the number of terminal columns an...Todd Leonhardt2019-07-012-10/+8
* Merge branch 'master' into colorama_encapsulationTodd Leonhardt2019-06-301-11/+41
|\
| * Rewrote _redirect_complete to match our parsing behaviorKevin Van Brunt2019-06-301-11/+41
* | Refactored ansi.async_alert_str() so that the cursor offset within the readli...Todd Leonhardt2019-06-302-6/+5
* | Initial changes for encapsulation of colorama usage within ansi.pyTodd Leonhardt2019-06-302-54/+78
|/
* Require pyperclip >= 1.6 which simplifies clipboard.pyTodd Leonhardt2019-06-291-20/+4
* Remove load, _relative_load, pyscript aliases whichTodd Leonhardt2019-06-291-59/+34
* Added import of ansi.style directly into cmd2 namespace in __init__.pyTodd Leonhardt2019-06-291-0/+1
* Refactored allow_ansi setterKevin Van Brunt2019-06-291-4/+8
* Always set the canonical version allow_ansi' string valueKevin Van Brunt2019-06-291-2/+3
* Handling alternate cases of allow_ansi valuesKevin Van Brunt2019-06-291-1/+1
* Added validation when setting allow_ansiKevin Van Brunt2019-06-291-8/+18
* Minor fix to docstring of ansi.style()Todd Leonhardt2019-06-281-2/+2
* Updated Sphinx documentation and README.mdTodd Leonhardt2019-06-281-4/+4
* Moved RESET to end of color dictionaries and skip a test on Mac since it is u...Todd Leonhardt2019-06-281-2/+2
* Simplified ansi color dictionaries and lookup methodsTodd Leonhardt2019-06-271-32/+24
* Added fg_lookup() and bg_lookup() two-stage color lookup functionsTodd Leonhardt2019-06-271-28/+63
* Added unit testsKevin Van Brunt2019-06-271-1/+1
* Updated documentationKevin Van Brunt2019-06-271-1/+1
* Moved cmd2.Cmd._decolorized_write() to ansi.py and renamed it to ansi_aware_w...Kevin Van Brunt2019-06-273-26/+36
* Made allow_ansi an application-wide setting and moved it to ansi.pyKevin Van Brunt2019-06-273-20/+36
* Renamed colors setting to allow_ansiKevin Van Brunt2019-06-263-14/+14
* Updated documentationKevin Van Brunt2019-06-261-2/+4
* Changed default styles to use a more flexible approach which could be used to...Kevin Van Brunt2019-06-263-60/+24
* Changed signature of style() to allow for simpler calling and overriding of s...Kevin Van Brunt2019-06-262-16/+42