summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
Commit message (Expand)AuthorAgeFilesLines
* Updating docsKevin Van Brunt2021-09-011-0/+2
* Added ap_completer_type arg to Cmd2ArgumentParser.__init__().Kevin Van Brunt2021-09-011-0/+11
* Refactored custom ArgparseCompleter functionality so they will now be set usi...Kevin Van Brunt2021-09-011-3/+65
* Merge branch 'master' into topic_widthKevin Van Brunt2021-08-231-1/+83
|\
| * Updated documentation for setting custom parsersKevin Van Brunt2021-08-231-1/+4
| * Applied black formatEric Lin2021-08-231-0/+1
| * * New function `set_default_command_completer_type()` allows developer to ext...Eric Lin2021-08-231-0/+78
* | Updated documentationtopic_widthKevin Van Brunt2021-08-191-0/+1
* | Merge branch 'master' into topic_widthKevin Van Brunt2021-08-191-25/+0
|\ \ | |/
| * Deleted set_choices_provider() and set_completer() which were deprecated in 2...Kevin Van Brunt2021-08-191-25/+0
* | set command output now uses SimpleTable.Kevin Van Brunt2021-08-191-0/+1
|/
* Added accessor methods for cmd2-specific attributes to the argparse.Action cl...Kevin Van Brunt2021-07-041-50/+269
* Fixed handling of argparse's default options group name which was changed in ...Kevin Van Brunt2021-06-171-2/+7
* Updated main code to use f-stringsKevin Van Brunt2021-04-131-12/+10
* And that's the last of it. Passes mypy.Eric Lin2021-04-061-3/+31
* More mypy fixesEric Lin2021-04-061-10/+21
* More mypy validation changes. cmd2.py is nearly fully mypy compliant now.Eric Lin2021-04-021-4/+3
* More things to make mypy happy.Eric Lin2021-04-021-2/+2
* Resolves comments from PREric Lin2021-03-181-31/+110
* Some mypy validation fixesEric Lin2021-03-181-27/+43
* Start making small changes to fix mypy warningsTodd Leonhardt2021-02-211-4/+5
* Fixed black, isort, flake8, and doc8 issuesTodd Leonhardt2021-02-191-13/+17
* Merge branch 'master' into blackTodd Leonhardt2021-02-191-119/+62
|\
| * Merge branch 'master' into 2.0Kevin Van Brunt2021-01-221-4/+19
| |\
| * \ Merge branch 'master' into 2.0Todd Leonhardt2020-11-111-11/+13
| |\ \
| * \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-08-271-1/+19
| |\ \ \
| * | | | Documented support for standalone functions being used as completers and choi...Kevin Van Brunt2020-08-181-3/+8
| * | | | Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-131-100/+48
* | | | | Add black for automatic code formatTodd Leonhardt2021-01-311-36/+55
| |_|_|/ |/| | |
* | | | Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-4/+19
| |_|/ |/| |
* | | Fixed issue where instantiating more than one cmd2-based class which uses the...duplicate_subcommandKevin Van Brunt2020-09-301-11/+13
| |/ |/|
* | The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...Kevin Van Brunt2020-08-261-1/+19
|/
* Fixed bug when trying to format help text of argument which used a tuple as i...Kevin Van Brunt2020-08-121-18/+27
* Breaking change: Removed cmd2 app as a required second parameter toEric Lin2020-08-121-9/+2
* Minor formatting fixes. Injecting a function into namespace objects before pa...Eric Lin2020-08-041-1/+0
* Now maintains a command->CommandSet mapping and passes the CommandSetanselor2020-08-041-11/+35
* Updated documentationKevin Van Brunt2020-08-041-2/+10
* Updated documentationKevin Van Brunt2020-08-041-1/+5
* Fixed typo in documentationKevin Van Brunt2020-08-041-3/+3
* Removed sub-class and instead patch argparse._SubParsersActionEric Lin2020-08-041-24/+26
* Suggested PR Fixes.Eric Lin2020-08-041-1/+1
* Adds support for injectable subcommands as part of CommandSetEric Lin2020-08-041-2/+30
* Updates the example to remove usage of the now remove ability toEric Lin2020-08-041-5/+26
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-1/+1
* Completion doc updatesKevin Van Brunt2020-04-231-12/+9
* Merge branch 'master' into table_creatorKevin Van Brunt2020-04-221-1/+1
|\
| * Consistently use :raises: instead of :raises (make sure there is a trailing c...Todd Leonhardt2020-04-201-1/+1
* | Initial commit of table creation APIKevin Van Brunt2020-04-091-11/+8
|/
* Removed duplicate word and capitalized two comment sentencesKevin Van Brunt2020-02-251-2/+2
* Add argparse stuff to apikotfu2020-02-221-142/+173