summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into auto_completer_refactorKevin Van Brunt2019-07-112-29/+29
|\
| * Restore self.statement_parser to a public attribute in cmd2.CmdTodd Leonhardt2019-07-102-29/+29
* | Small refactoringKevin Van Brunt2019-07-101-16/+11
* | Small refactors and doc updatesKevin Van Brunt2019-07-101-10/+9
* | Fixed some double-dash handling logic added unit testsKevin Van Brunt2019-07-101-11/+15
* | Removed unused variableKevin Van Brunt2019-07-101-6/+1
* | Fixed bug where -- wasn't stopping a REMAINDER flag and did a lot of refactoringKevin Van Brunt2019-07-101-112/+105
* | Small refactoring to simplify codeKevin Van Brunt2019-07-102-136/+132
* | Fixed issue where names of remainder flags were not completingKevin Van Brunt2019-07-101-10/+10
* | Resetting consumed arguments list each time a flag is usedKevin Van Brunt2019-07-081-32/+40
* | Added code to handle flags with action set to append, append_const, and count...Kevin Van Brunt2019-07-081-1/+7
* | Fixed issue where -- was not handled properly in AutoCompleter when the parse...Kevin Van Brunt2019-07-081-9/+9
* | Moved all custom argparse classes intended for normal development to argparse...Kevin Van Brunt2019-07-074-56/+62
* | Hiding flags that have help value of SUPRESSED in tab completion resultsKevin Van Brunt2019-07-072-26/+29
* | Removed AutoCompleter that globally disables tab hintsKevin Van Brunt2019-07-061-11/+5
* | Merge branch 'master' into auto_completer_refactorKevin Van Brunt2019-07-062-44/+42
|\ \ | |/
| * Added autoclass documentation for cmd2.Cmd in cmd.rstTodd Leonhardt2019-07-061-44/+41
| * Merge branch 'master' into docstructurekotfu2019-07-061-29/+6
| |\
| * | Major overhaul of documentation structure for #709kotfu2019-07-021-0/+1
* | | Fixed issue where default descriptive header wasn't set correctlyKevin Van Brunt2019-07-061-4/+6
* | | More unit testsKevin Van Brunt2019-07-062-5/+5
* | | Added ability to limit how many CompletionItems display at a timeKevin Van Brunt2019-07-062-1/+8
* | | Display set command tab-completion results as CompletionItemsKevin Van Brunt2019-07-061-6/+6
* | | Made alias and macro tab completion lookup results use CompletionItemsKevin Van Brunt2019-07-061-16/+16
* | | Refactoring and more unit testsKevin Van Brunt2019-07-051-15/+15
* | | Added documentationKevin Van Brunt2019-07-051-4/+18
* | | Fixed some warningsKevin Van Brunt2019-07-051-10/+12
* | | Removed AutoCompleter parameters that are obsoleteKevin Van Brunt2019-07-051-35/+19
* | | Using argparse constants instead of hardcoded stringsKevin Van Brunt2019-07-043-16/+21
* | | Made optional args on completers keyword-onlyKevin Van Brunt2019-07-041-7/+7
* | | Patched 2 more argparse functions to make nargs ranges work with all parsersKevin Van Brunt2019-07-041-43/+73
* | | Refactoring and updating documentationKevin Van Brunt2019-07-041-27/+31
* | | No longer restricting nargs range support to Cmd2ArgParserKevin Van Brunt2019-07-042-222/+179
* | | Fixed spellingKevin Van Brunt2019-07-031-1/+1
* | | Removed unused custom_error_message codeKevin Van Brunt2019-07-031-15/+0
* | | Renamed ACHelpFormatter to Cmd2HelpFormatterKevin Van Brunt2019-07-031-2/+2
* | | Moved cmd2 custom argparse types to argparse_custom.pyKevin Van Brunt2019-07-033-709/+468
* | | Merge branch 'master' into auto_completer_refactorKevin Van Brunt2019-07-031-28/+5
|\ \ \ | | |/ | |/|
| * | Removed typoKevin Van Brunt2019-07-031-1/+1
| * | Removed import of Collection since we are no longer calling len() on the vari...Kevin Van Brunt2019-07-031-29/+6
* | | Fixed some bugs in _resolve_choices_for_argKevin Van Brunt2019-07-031-10/+22
* | | Updated commentsKevin Van Brunt2019-07-031-8/+8
* | | Merge branch 'master' into auto_completer_refactorKevin Van Brunt2019-07-031-1/+1
|\ \ \ | |/ /
| * | Fixed issue where wrong function was being set for Pyreadline's _display_comp...Kevin Van Brunt2019-07-031-1/+1
| |/
* | Patched argparse._ActionsContainer.add_argument() to support more settings li...Kevin Van Brunt2019-07-022-109/+97
* | Added functions to enable tab completion and choices provider functions to ar...Kevin Van Brunt2019-07-022-129/+177
* | Removed cmd2.basic_complete function since it was added to utilsKevin Van Brunt2019-07-021-15/+0
* | Moved basic_complete to utilsKevin Van Brunt2019-07-023-11/+29
* | Small refactor and documentation updatesKevin Van Brunt2019-07-012-19/+34
|/
* Whitespace and doc fixesKevin Van Brunt2019-07-011-1/+1