summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
...
* Reformatted warning messageKevin Van Brunt2019-11-181-3/+3
* Fixed bug where pipe processes were not being stopped by Ctrl-C on WindowsKevin Van Brunt2019-11-182-12/+12
* Fixed sphinx doc errorKevin Van Brunt2019-11-171-3/+2
* Fixed ProcessLookupErrorKevin Van Brunt2019-11-171-1/+5
* Fixed bug where pipe processes were not being stopped by Ctrl-C on Linux/MacKevin Van Brunt2019-11-171-3/+4
* Updating unit testsKevin Van Brunt2019-11-171-2/+2
* Updated comments and change logKevin Van Brunt2019-11-161-2/+2
* Updating unit testsKevin Van Brunt2019-11-161-1/+1
* Added cmd2-specific input() function that reads from the correct stdin and ca...Kevin Van Brunt2019-11-161-67/+92
* Fix bug where cmd2 ran 'stty sane' command when stdin was not a terminalKevin Van Brunt2019-11-111-1/+1
* Made some cmd2 module constants cmd2.Cmd class constantsKevin Van Brunt2019-10-311-10/+10
* Moving a bit of code around to shrink cmd2.pyKevin Van Brunt2019-10-314-250/+258
* Merge branch 'master' into set_progTodd Leonhardt2019-10-301-15/+18
|\
| * Merge branch 'master' into history_editTodd Leonhardt2019-10-301-2/+2
| |\
| | * Only removing ipy from cmd2 instances instead of the class when use_ipython i...Kevin Van Brunt2019-10-301-2/+2
| * | do_history no longer calls do_edit since edit is a command that is commonly o...Kevin Van Brunt2019-10-301-13/+16
| |/
* | Fixed warningKevin Van Brunt2019-10-301-0/+1
* | Setting prog value of a command and its subcommand parsers to contain the com...Kevin Van Brunt2019-10-301-22/+43
|/
* Updated docstring of which to be more accurate in its purposeKevin Van Brunt2019-10-301-11/+11
* Send all startup script paths to run_script. Previously we didn't do this if theKevin Van Brunt2019-10-181-2/+2
* Improved displaying multiline CompletionErrorsKevin Van Brunt2019-10-091-1/+5
* Fixed a commentTodd Leonhardt2019-10-081-1/+1
* Fixed ValueError exception which can occur when opening an old format persist...Todd Leonhardt2019-10-071-1/+2
* Respecting user's allow_ansi value when printing hints and errors in AutoComp...Kevin Van Brunt2019-09-301-8/+6
* Simplifying tab completion message printingKevin Van Brunt2019-09-301-42/+19
* Changed some logic and added comment whyKevin Van Brunt2019-09-271-2/+3
* Allowing flag in mutex group to appear more than onceKevin Van Brunt2019-09-271-1/+8
* Remove unneeded variableKevin Van Brunt2019-09-271-2/+1
* AutoCompleter now handles mutually exclusive groupsKevin Van Brunt2019-09-272-6/+47
* Initial steps to support mutually exclusive groups in AutoCompleterKevin Van Brunt2019-09-261-22/+22
* Fixed bug introduced by get_names() looking at self instead of self.__class__.Kevin Van Brunt2019-09-241-16/+9
* Added in_script() and in_pyscript() to cmd2.Cmd classKevin Van Brunt2019-09-231-7/+15
* Added unit tests for CompletionErrorKevin Van Brunt2019-09-231-3/+10
* Finished implementation of CompletionErrorKevin Van Brunt2019-09-231-30/+62
* Gave startup_script a default of '' instead of NoneKevin Van Brunt2019-09-201-2/+2
* Added CompletionError exception classKevin Van Brunt2019-09-202-1/+12
* No longer printing all help text for alias and macro when the subcommand is o...Kevin Van Brunt2019-09-171-23/+17
* Merge branch 'master' into completion_stateKevin Van Brunt2019-09-161-0/+4
|\
| * Modified get_names() method to allow dynamically adding do_* commands to inst...Todd Leonhardt2019-09-151-0/+4
* | Changed arg_tokens to a dictionaryKevin Van Brunt2019-09-163-29/+42
* | Fixed issue where invalid subcommand token was ignored when retrieving help textKevin Van Brunt2019-09-131-3/+4
* | Fixed issue where invalid subcommand token was ignored when tab completing helpKevin Van Brunt2019-09-131-2/+3
* | Updated documentationKevin Van Brunt2019-09-131-0/+14
* | Merge branch 'completion_state' of github.com:python-cmd2/cmd2 into completio...Kevin Van Brunt2019-09-132-2/+3
|\ \
| * \ Merge branch 'master' into completion_stateKevin Van Brunt2019-09-072-2/+3
| |\ \ | | |/
| | * Make pyperclip failure error message more specificTodd Leonhardt2019-09-041-1/+1
| | * Fix what is fundamentally a Pyperclip bug on headless Linux systems without G...Todd Leonhardt2019-09-021-1/+2
* | | Change parsed_args to arg_tokensKevin Van Brunt2019-09-132-20/+21
|/ /
* | Updated commentKevin Van Brunt2019-08-271-2/+3
* | AutoCompleter only passes parsed_args to choices/completer functions that hav...Kevin Van Brunt2019-08-274-34/+34