Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed unit test on Windows | Kevin Van Brunt | 2019-07-24 | 1 | -4/+4 | |
| | ||||||
* | Updated unit tests | Kevin Van Brunt | 2019-07-24 | 2 | -11/+14 | |
| | ||||||
* | Added unit tests | Kevin Van Brunt | 2019-07-24 | 1 | -8/+35 | |
| | ||||||
* | Added unit tests | Kevin Van Brunt | 2019-07-24 | 3 | -4/+65 | |
| | ||||||
* | Fixed a few commands that would have failed if arguments containing quotes ↵ | Kevin Van Brunt | 2019-07-24 | 1 | -1/+1 | |
| | | | | were used | |||||
* | Fixed bug where completer function of disabled command would still run | Kevin Van Brunt | 2019-07-24 | 1 | -33/+78 | |
| | ||||||
* | Removed restriction on macros named after non-multiline commands | Kevin Van Brunt | 2019-07-23 | 1 | -3/+36 | |
| | | | | Added unit tests | |||||
* | Increased coverage | Kevin Van Brunt | 2019-07-23 | 1 | -5/+10 | |
| | ||||||
* | Fixed issue where run_pyscript failed if the script's filename had a space | Kevin Van Brunt | 2019-07-23 | 7 | -23/+32 | |
| | ||||||
* | Changed error messages | Kevin Van Brunt | 2019-07-21 | 1 | -2/+2 | |
| | ||||||
* | Added unit test | Kevin Van Brunt | 2019-07-21 | 1 | -0/+15 | |
| | ||||||
* | Changed warning text | Kevin Van Brunt | 2019-07-21 | 1 | -1/+1 | |
| | ||||||
* | Added unit test | Kevin Van Brunt | 2019-07-21 | 1 | -1/+17 | |
| | ||||||
* | Added mock to unit test | Kevin Van Brunt | 2019-07-20 | 1 | -0/+3 | |
| | ||||||
* | Added unit test for run_script | Kevin Van Brunt | 2019-07-20 | 1 | -0/+6 | |
| | ||||||
* | Fixed unit tests | Kevin Van Brunt | 2019-07-20 | 1 | -6/+15 | |
| | ||||||
* | Renamed PyscriptBridge to PyBridge | Kevin Van Brunt | 2019-07-20 | 1 | -1/+1 | |
| | ||||||
* | Changed all uses of sub-command to subcommand | Kevin Van Brunt | 2019-07-19 | 3 | -31/+31 | |
| | ||||||
* | Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived ↵ | Kevin Van Brunt | 2019-07-18 | 2 | -28/+29 | |
| | | | | | | class of argparse.ArgumentParser when developers read the code in cmd2.py. | |||||
* | Added unit tests for tab completing multiline commands | Kevin Van Brunt | 2019-07-17 | 1 | -10/+46 | |
| | ||||||
* | Added unit tests to cover invalid subcommand names in completions | Kevin Van Brunt | 2019-07-16 | 1 | -1/+24 | |
| | ||||||
* | Skipping unit test on non-Windows because of unreliable behavior on TravisCI ↵ | Kevin Van Brunt | 2019-07-16 | 1 | -1/+2 | |
| | | | | and Azure DevOps platforms | |||||
* | Merge branch 'master' into default_sort_key | Kevin Van Brunt | 2019-07-16 | 1 | -4/+4 | |
|\ | ||||||
| * | Fixed documentation for run_script and renamed history option | Kevin Van Brunt | 2019-07-16 | 1 | -4/+4 | |
| | | ||||||
* | | Moved the sorting of shortcuts into StatementParser which allows users to ↵ | Kevin Van Brunt | 2019-07-16 | 2 | -2/+2 | |
| | | | | | | | | pass in a dictionary instead of a tuple for shortcuts. | |||||
* | | Renamed matches_sort_key to default_sort_key and using it to sort additional d | Kevin Van Brunt | 2019-07-15 | 2 | -10/+10 | |
|/ | ||||||
* | Changed format of help where nargs is a number greater than 1 | Kevin Van Brunt | 2019-07-15 | 1 | -33/+28 | |
| | ||||||
* | More unit tests | Kevin Van Brunt | 2019-07-15 | 1 | -9/+47 | |
| | ||||||
* | Added unit tests | Kevin Van Brunt | 2019-07-15 | 1 | -10/+55 | |
| | ||||||
* | Added ability to specify nargs ranges with no upper bound | Kevin Van Brunt | 2019-07-15 | 2 | -27/+17 | |
| | ||||||
* | Make max_completion_items settable | Kevin Van Brunt | 2019-07-15 | 2 | -0/+3 | |
| | ||||||
* | Made a few module functions protected | Kevin Van Brunt | 2019-07-15 | 1 | -18/+18 | |
| | ||||||
* | Added more hint unit tests | Kevin Van Brunt | 2019-07-12 | 1 | -29/+46 | |
| | ||||||
* | Simplified unit tests | Kevin Van Brunt | 2019-07-12 | 1 | -19/+3 | |
| | ||||||
* | More unit tests | Kevin Van Brunt | 2019-07-12 | 1 | -0/+3 | |
| | ||||||
* | More unit tests | Kevin Van Brunt | 2019-07-12 | 1 | -1/+17 | |
| | ||||||
* | Added unit tests for unfinished flag errors | Kevin Van Brunt | 2019-07-12 | 1 | -7/+46 | |
| | ||||||
* | Renamed Cmd2ArgParser to ArgParser | Kevin Van Brunt | 2019-07-12 | 2 | -25/+24 | |
| | ||||||
* | Refactored much of AutoCompleter.complete_command. | Kevin Van Brunt | 2019-07-11 | 1 | -22/+31 | |
| | | | | | Fixed issue where negative numbers did not tab complete. AutoCompleter now prints an error if flags are left unfinished before moving to next argument. | |||||
* | Removed unused code and add unit test | Kevin Van Brunt | 2019-07-11 | 1 | -0/+30 | |
| | ||||||
* | Merge branch 'master' into auto_completer_refactor | Kevin Van Brunt | 2019-07-11 | 2 | -4/+4 | |
|\ | ||||||
| * | Restore self.statement_parser to a public attribute in cmd2.Cmd | Todd Leonhardt | 2019-07-10 | 2 | -4/+4 | |
| | | ||||||
* | | More unit tests | Kevin Van Brunt | 2019-07-10 | 1 | -123/+36 | |
| | | ||||||
* | | Small refactoring | Kevin Van Brunt | 2019-07-10 | 1 | -2/+2 | |
| | | ||||||
* | | Added unit tests for argparse_custom.py | Kevin Van Brunt | 2019-07-10 | 1 | -7/+101 | |
| | | ||||||
* | | Added unit tests | Kevin Van Brunt | 2019-07-10 | 1 | -1/+17 | |
| | | ||||||
* | | Fixed some double-dash handling logic added unit tests | Kevin Van Brunt | 2019-07-10 | 1 | -45/+57 | |
| | | ||||||
* | | Fixed bug where -- wasn't stopping a REMAINDER flag and did a lot of refactoring | Kevin Van Brunt | 2019-07-10 | 1 | -4/+8 | |
| | | ||||||
* | | Added some tests for REMAINDER flags | Kevin Van Brunt | 2019-07-10 | 1 | -8/+29 | |
| | | ||||||
* | | Resetting consumed arguments list each time a flag is used | Kevin Van Brunt | 2019-07-08 | 1 | -16/+79 | |
| | | | | | | | | Started adding AutoCompleter unit tests for nargs. |