summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made CompletionError exception available to non-argparse tab completionKevin Van Brunt2020-02-171-18/+0
* Renamed AutoCompleter to ArgparseCompleter for clarityKevin Van Brunt2020-02-171-12/+12
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-7/+7
* Removed repeated Pycharm warning suppressionKevin Van Brunt2020-02-071-1/+1
* Renamed ansi_safe_wcswidth() to style_aware_wcswidth()Kevin Van Brunt2019-12-191-2/+2
* Fixed typo in documentationKevin Van Brunt2019-12-041-1/+1
* Fixed bug where a redefined ansi.style_error was not being used in all cmd2 f...Kevin Van Brunt2019-11-271-3/+3
* Added documentationKevin Van Brunt2019-11-241-1/+2
* Added capability to override the argument parser class used by cmd2 built-in ...Kevin Van Brunt2019-11-191-1/+11
* Added unit tests for CompletionErrorKevin Van Brunt2019-09-231-3/+10
* Added CompletionError exception classKevin Van Brunt2019-09-201-0/+11
* Changed arg_tokens to a dictionaryKevin Van Brunt2019-09-161-4/+4
* Updated documentationKevin Van Brunt2019-09-131-0/+14
* AutoCompleter only passes parsed_args to choices/completer functions that hav...Kevin Van Brunt2019-08-271-3/+3
* AutoCompleter now passes parsed_args to all choices and completer functionsKevin Van Brunt2019-08-221-28/+16
* Fixed commentKevin Van Brunt2019-08-191-1/+1
* Added capability for an argparse-based command's completer/choice functions t...Kevin Van Brunt2019-08-131-21/+30
* Added functions to manually add choice providing functions to an argparse act...Kevin Van Brunt2019-08-051-21/+67
* Raising exception when a choices or completer function is used for an argumen...Kevin Van Brunt2019-07-291-4/+8
* Fixed commentKevin Van Brunt2019-07-221-1/+1
* Added commentKevin Van Brunt2019-07-211-2/+6
* Added constants for some hardcoded stringsKevin Van Brunt2019-07-201-3/+3
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-2/+2
* Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...Kevin Van Brunt2019-07-181-5/+5
* Moved the sorting of shortcuts into StatementParser which allows users to pas...Kevin Van Brunt2019-07-161-1/+1
* Changed format of help where nargs is a number greater than 1Kevin Van Brunt2019-07-151-0/+2
* Added ability to specify nargs ranges with no upper boundKevin Van Brunt2019-07-151-13/+70
* Updated documentationKevin Van Brunt2019-07-151-2/+2
* Renamed Cmd2ArgParser to ArgParserKevin Van Brunt2019-07-121-3/+3
* Changed how re is being importedKevin Van Brunt2019-07-111-5/+5