summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #894 from python-cmd2/release_prep0.10.1Kevin Van Brunt2020-02-192-5/+9
|\
| * Updated change log for releaseKevin Van Brunt2020-02-191-1/+5
| * Renamed _autocomplete_default to _complete_argparse_commandKevin Van Brunt2020-02-191-4/+4
|/
* Merge pull request #893 from python-cmd2/EmptyStatement_visibilityKevin Van Brunt2020-02-1910-31/+25
|\
| * Updated CHANGELOGTodd Leonhardt2020-02-181-1/+2
| * Oops forgot to commit a fileTodd Leonhardt2020-02-181-0/+12
| * Moved custom cmd2 exceptions to a separate file and removed them from public APITodd Leonhardt2020-02-188-30/+11
|/
* Merge pull request #892 from python-cmd2/completion_updatesTodd Leonhardt2020-02-189-215/+223
|\
| * Redrawing the prompt when an exception occurs during tab completionKevin Van Brunt2020-02-181-0/+1
| * Updated change log and commentKevin Van Brunt2020-02-182-1/+3
| * Removed extra new line in error messageKevin Van Brunt2020-02-181-1/+1
| * Added apply_style to CompletionErrorKevin Van Brunt2020-02-185-89/+33
| * Added use of CompletionError to basic completion exampleKevin Van Brunt2020-02-181-6/+23
| * Fixed issue where argparse completion errors were being rewrapped as _ActionC...Kevin Van Brunt2020-02-183-9/+58
| * Updated unit testKevin Van Brunt2020-02-172-2/+6
| * Made CompletionError exception available to non-argparse tab completionKevin Van Brunt2020-02-178-149/+139
| * Renamed AutoCompleter to ArgparseCompleter for clarityKevin Van Brunt2020-02-176-52/+53
|/
* Merge pull request #890 from python-cmd2/complete_redirectionKevin Van Brunt2020-02-173-30/+35
|\
| * Only tab complete after redirection tokens if redirection is allowedKevin Van Brunt2020-02-173-30/+35
|/
* Merge pull request #888 from python-cmd2/pyscript_fixesKevin Van Brunt2020-02-178-64/+99
|\
| * Updated documentation and testsKevin Van Brunt2020-02-173-2/+13
| * Updated change logKevin Van Brunt2020-02-141-1/+1
| * Fixed bug where pyscripts could edit cmd2.Cmd.py_locals dictionary.Kevin Van Brunt2020-02-148-64/+88
|/
* Merge pull request #887 from python-cmd2/completion_docsTodd Leonhardt2020-02-1319-414/+280
|\
| * Fixed missing importKevin Van Brunt2020-02-131-0/+2
| * Updated documentationKevin Van Brunt2020-02-131-5/+5
| * Finished argparse completion exampleKevin Van Brunt2020-02-131-21/+49
| * Wrote examples for CompletionError and CompletionItemKevin Van Brunt2020-02-131-13/+34
| * Using metavar in CompletionItem header if it has been setKevin Van Brunt2020-02-131-2/+4
| * Start of new argparse completion exampleKevin Van Brunt2020-02-131-0/+73
| * Removed dash from 'tab complete' stringKevin Van Brunt2020-02-1314-57/+57
| * Removed use of argparse from basic completion exampleKevin Van Brunt2020-02-131-46/+30
| * Overhauling tab completion examplesKevin Van Brunt2020-02-126-284/+40
|/
* Merge pull request #886 from python-cmd2/truncate_with_styleKevin Van Brunt2020-02-115-30/+139
|\
| * Replaced unicode escape sequence for horizontal ellipsis with actual characterKevin Van Brunt2020-02-111-1/+3
| * Fix optional type hintTodd Leonhardt2020-02-111-2/+2
| * Allowing for colored fill char in align_textKevin Van Brunt2020-02-112-15/+44
| * WhitespaceKevin Van Brunt2020-02-111-0/+1
| * Fixed bug where ANSI style sequences were not correctly handled in utils.trun...Kevin Van Brunt2020-02-114-23/+100
|/
* Merge pull request #884 from python-cmd2/appveyor_fixTodd Leonhardt2020-02-101-3/+7
|\
| * Try to auto-accept dialog so headless install doesn't get stuckTodd Leonhardt2020-02-101-5/+6
| * Attempt at a quick fix for AppVeyor errorsTodd Leonhardt2020-02-101-0/+3
|/
* Merge pull request #883 from python-cmd2/flag_renameKevin Van Brunt2020-02-103-4/+6
|\
| * Renamed set command's -l/--long flag to -v/--verbose for consistency with hel...Kevin Van Brunt2020-02-103-4/+6
|/
* Merge pull request #882 from python-cmd2/miscKevin Van Brunt2020-02-103-19/+25
|\
| * Corrected issue where the actual new value was not always being printed in do...Kevin Van Brunt2020-02-103-19/+25
|/
* Merge pull request #881 from python-cmd2/help_docsTodd Leonhardt2020-02-091-11/+63
|\
| * Added caveatTodd Leonhardt2020-02-091-1/+3
| * Updated Sphinx docs about helpTodd Leonhardt2020-02-091-11/+61
|/
* Merge pull request #879 from python-cmd2/prompt_docsTodd Leonhardt2020-02-083-20/+51
|\