summaryrefslogtreecommitdiff
path: root/cmd2/argparse_completer.py
Commit message (Expand)AuthorAgeFilesLines
* And that's the last of it. Passes mypy.Eric Lin2021-04-061-15/+29
* More mypy fixesEric Lin2021-04-061-29/+46
* Fixed issue where argparse choices could not be CompletionItemsKevin Van Brunt2021-03-021-2/+5
* Made changes requested in code reviewKevin Van Brunt2021-03-021-1/+1
* Added support for ANSI styles and newlines in tab completion resultsKevin Van Brunt2021-03-021-13/+10
* Deprecate Python 3.5Todd Leonhardt2021-02-201-1/+1
* Fixed black, isort, flake8, and doc8 issuesTodd Leonhardt2021-02-191-15/+28
* Merge branch 'master' into blackTodd Leonhardt2021-02-191-51/+45
|\
| * Merge branch 'master' into 2.0Kevin Van Brunt2021-01-221-6/+24
| |\
| * \ Merge branch 'master' into 2.0Kevin Van Brunt2020-11-121-2/+6
| |\ \
| * \ \ Merge branch '2.0' into read_inputKevin Van Brunt2020-09-091-1/+19
| |\ \ \
| | * \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-09-091-1/+19
| | |\ \ \
| * | \ \ \ Merge branch '2.0' into read_inputKevin Van Brunt2020-09-051-30/+38
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-051-30/+38
| | |\ \ \ \
| * | | | | | Updated commentsKevin Van Brunt2020-09-011-1/+1
| * | | | | | Refactored ArgparseCompleter to support custom completionKevin Van Brunt2020-09-011-23/+29
| |/ / / / /
| * | | | | Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-131-13/+12
* | | | | | Add in isort changesTodd Leonhardt2021-01-311-2/+6
* | | | | | Add black for automatic code formatTodd Leonhardt2021-01-311-44/+54
| |_|_|_|/ |/| | | |
* | | | | Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-6/+25
| |_|_|/ |/| | |
* | | | Fixed bug where setting always_show_hint=True did not show a hint when comple...settable_hintKevin Van Brunt2020-11-121-2/+6
| |_|/ |/| |
* | | argparse tab completion now groups flag names which run the same action. Opti...Kevin Van Brunt2020-09-091-1/+19
| |/ |/|
* | Added always_show_hint settingKevin Van Brunt2020-09-051-30/+38
|/
* Fixed tab completion bug when using CompletionItem on an argument whose metav...Kevin Van Brunt2020-08-131-15/+24
* When passing a ns_provider to an argparse command, will now attempt to resolv...Eric Lin2020-08-121-39/+9
* Breaking change: Removed cmd2 app as a required second parameter toEric Lin2020-08-121-1/+2
* Verify that a completer function is defined in a CommandSet beforeEric Lin2020-08-061-7/+38
* Now maintains a command->CommandSet mapping and passes the CommandSetanselor2020-08-041-5/+17
* Removed divider row from tab completion hint tableKevin Van Brunt2020-06-011-1/+1
* Optimized importsKevin Van Brunt2020-06-011-2/+1
* Changed how SimpleTable creates divider when divider_char is wide. It no long...Kevin Van Brunt2020-06-011-3/+2
* Updated argparse_completer to use TableCreator for the hint tableKevin Van Brunt2020-05-281-18/+27
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-4/+10
* Initial commit of table creation APIKevin Van Brunt2020-04-091-5/+4
* Removed extra new line in error messageKevin Van Brunt2020-02-181-1/+1
* Added apply_style to CompletionErrorKevin Van Brunt2020-02-181-44/+12
* Fixed issue where argparse completion errors were being rewrapped as _ActionC...Kevin Van Brunt2020-02-181-7/+16
* Made CompletionError exception available to non-argparse tab completionKevin Van Brunt2020-02-171-123/+113
* Renamed AutoCompleter to ArgparseCompleter for clarityKevin Van Brunt2020-02-171-15/+15
* Using metavar in CompletionItem header if it has been setKevin Van Brunt2020-02-131-2/+4
* Removed unnecessary inheritance from objectKevin Van Brunt2020-02-041-2/+2
* Renamed ansi_safe_wcswidth() to style_aware_wcswidth()Kevin Van Brunt2019-12-191-3/+3
* Fixed bug where a redefined ansi.style_error was not being used in all cmd2 f...Kevin Van Brunt2019-11-271-9/+9
* Improved displaying multiline CompletionErrorsKevin Van Brunt2019-10-091-1/+5
* 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-271-5/+46