summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Deleted unused constant for DEFAULT_GRIDTodd Leonhardt2018-06-271-19/+19
* table and object_table commands now accept argparse arguments for formatting ...Todd Leonhardt2018-06-271-20/+28
* Fixed table width for MumbaiTodd Leonhardt2018-06-271-2/+1
* Merge branch 'master' into table_displayTodd Leonhardt2018-06-261-0/+98
|\
| * Just added some comments at the top of the example to try to give some contextTodd Leonhardt2018-06-261-1/+18
| * Example added demonstrating bash completion bridging argcomplete with AutoCom...Eric Lin2018-06-261-0/+81
* | Added city names in their native tongue in parentheses to demonstrate unicode...Todd Leonhardt2018-06-261-17/+12
* | Updating the example with unicode characters as well as demonstrating the sam...Eric Lin2018-06-261-21/+86
* | table_display.py example now uses tableformatter instead of tabulateTodd Leonhardt2018-06-261-17/+60
|/
* Deprecated CmdResult helper class and promoted CommandResultTodd Leonhardt2018-06-232-5/+8
* Altered behavior further to lean towards giving the developer more power over...Todd Leonhardt2018-06-161-12/+30
* Merge branch 'master' into ppaged_pager_envTodd Leonhardt2018-06-131-3/+2
|\
| * Added a check to verify the existence of a descriptive header. Added a consta...Eric Lin2018-06-131-3/+2
* | Added pager settable parameter to control the command used to display paged o...Todd Leonhardt2018-06-111-6/+15
|/
* Merge branch 'master' into autocompleterKevin Van Brunt2018-06-061-21/+2
|\
| * Simplify subcommnads.py exampleTodd Leonhardt2018-05-311-21/+2
* | Adds possible support for tabular tab completion results.Eric Lin2018-06-061-1/+17
|/
* Fixed conditional.py scriptTodd Leonhardt2018-05-262-3/+4
* Fix import stragglerskotfu2018-05-234-12/+17
* Standardize cmd2 imports in tests and exampleskotfu2018-05-2316-66/+58
* Fixes problem with not passing the parameter hint suppression down to sub-com...Eric Lin2018-05-221-0/+4
* Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...Eric Lin2018-05-191-3/+12
* Some fixes to autocompleter to make it easier to do delimited and file comple...Eric Lin2018-05-181-1/+19
* Extract submenu code to new projectkotfu2018-05-091-109/+0
* Another attempt at getting it working on travis.Eric Lin2018-05-041-3/+0
* Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-0217-56/+71
|\
| * Merge branch 'bash_completion' into bash_to_pyscriptEric Lin2018-05-0217-55/+67
| |\
| | * Addressed comments.Eric Lin2018-05-022-5/+2
| | * Added checks to detect if argcomplete is installed.Eric Lin2018-04-251-12/+17
| | * Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-2517-52/+63
| * | Added support for customizing the pyscript bridge pystate object name.Eric Lin2018-05-021-0/+1
| * | Added more tests exercising the pyscript bridge.Eric Lin2018-04-302-0/+2
| * | Added support for translating function positional and keyword arguments into ...Eric Lin2018-04-281-1/+1
| |/
* | Clean up documentation references to pyparsingkotfu2018-04-291-4/+1
* | multilineCommands -> multiline_commandskotfu2018-04-294-4/+4
|/
* Added support for using cmd2 application class methods as an argument complet...Eric Lin2018-04-231-1/+5
* Addressed PR comments. Simplified some of the implementation per PR comments.Eric Lin2018-04-231-111/+85
* Added some more comments for clarification.Eric Lin2018-04-211-1/+1
* Added some documentation related to the latest changes.Eric Lin2018-04-211-1/+9
* Switched the default behavior in cmd2 for argparse commands to use the AutoCo...Eric Lin2018-04-211-10/+1
* Changed cmd2 to use autocompleter by default for all argparse commands. Not a...Eric Lin2018-04-202-13/+100
* Started adding type hintsTodd Leonhardt2018-04-191-2/+1
* Identified and marked a few blocks of code that can't be reached during unit ...Eric Lin2018-04-191-1/+5
* Addresses comments on #362Eric Lin2018-04-191-12/+12
* Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-04-181-2/+1
|\
* | Some minor tweaks to AutoCompleter handling a collection of index-based funct...Eric Lin2018-04-171-1/+89
* | Added unit tests for AutoCompleter.Eric Lin2018-04-161-11/+8
* | Added more advanced/complex autocompleter examples.Eric Lin2018-04-161-20/+174
* | Matched changes in the python3 branch.Eric Lin2018-04-151-1/+1
* | Merge remote-tracking branch 'origin/python3' into autocompleterEric Lin2018-04-1516-16/+16
|\ \ | |/