GitHub / python-cmd2/cmd2 / commits
cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 7294ebcf | Added read_input() example | Kevin Van Brunt <k****t@g****m> | almost 6 years ago | |
| 7457fd3e | Refactored ArgparseCompleter to support custom completion | Kevin Van Brunt <k****t@g****m> | almost 6 years ago | |
| 0003f561 | Refactored read_input to support custom completion | Kevin Van Brunt <k****t@g****m> | almost 6 years ago | |
| 7706e16e | Refactored complete() to handle custom behavior from read_input() | Kevin Van Brunt <k****t@g****m> | almost 6 years ago | |
| df703af9 | merge Merge branch 'master' into 2.0 | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 36b0b752 | merge Merge pull request #988 from python-cmd2/add_help |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| e3ed15ed | Fixed issue where subcommand added with @as_subcommand_to decorator did not d... | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 47f8652f | the with_argparse() decorator was incorrectly using a parsed statement object... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 6b5065e7 | Removed Namespace.__statement__ | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| e650fc3d | merge Merge branch 'master' into 2.0 | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| e3a07c59 | Fixed typo in change log | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| c87c5629 | Updated change log for release | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| f4943a90 | merge Merge pull request #985 from python-cmd2/dynamic_value |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 478ea833 | The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are... | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 5942f210 | merge Merge branch 'master' into 2.0 | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 97c348c5 | Updated change log and docs for release | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| ae7e67c2 | merge Merge pull request #984 from python-cmd2/recursion_error |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 9b5a9882 | Fixed RecursionError when printing an argparse.Namespace caused by custom att... | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| a540cfc5 | Fixed typo | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| a394ed3b | merge Merge branch 'master' into 2.0 | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| b570e94f | Updated change log for release | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 5f76f955 | merge Merge pull request #980 from python-cmd2/move_module_loading |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 27b10936 | Added tests for invalid subcommands | Eric Lin <a****r@g****m> | about 6 years ago | |
| dddf8684 | Minor formatting changes. Fixed some inaccurate comments | Eric Lin <a****r@g****m> | about 6 years ago | |
| c6229310 | Updated documentation with more explicit discussions on testing | Eric Lin <a****r@g****m> | about 6 years ago | |
| 9a20e7ca | Added validation of subcommand handler attributes | Eric Lin <a****r@g****m> | about 6 years ago | |
| 30d010f6 | Fixed AttributeError when CommandSet that uses as_subcommand_to decorator is ... | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 2a44a7af | merge Merge pull request #977 from python-cmd2/refactor_completion |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 300b1971 | Updated change log | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 486734e8 | Each CommandSet's settables are defined separately. cmd2.Cmd searches all reg... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| b5e08b06 | Documented support for standalone functions being used as completers and choi... | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| e8aa84b3 | Updated async printing example to use thread event instead of a boolean flag | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| e6da8596 | Replaced choices_function / choices_method with choices_provider. | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 5dd2d03e | Updated changelog with 1.3.3 release date | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| b26974e9 | merge Merge pull request #975 from python-cmd2/help_format_fix |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| ac26caec | Fixed tab completion bug when using CompletionItem on an argument whose metav... | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 96f589bf | Fixed changelog comment | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| 594bb56e | Add unit test and update CHANGELOG | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| d12a601e | Fixed bug when trying to format help text of argument which used a tuple as i... | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 133e71a5 | When passing a ns_provider to an argparse command, will now attempt to resolv... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 774fb39d | Breaking change: Removed cmd2 app as a required second parameter to |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 4d628ea7 | Updated CHANGELOG |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 115143a1 | Adding explicit python 3.5.2 test to nox, travis |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 831197cb | Minor fixes to enable Python 3.5.2 support |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| faaf79b6 | Updated with missing doc-string for new CommandSet parameters for cmd2.Cmd's ... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 6c939fb0 | Will now traverse down CommandSet inheritance tree to find all leaf descendants. |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 26743411 | merge Merge pull request #969 from python-cmd2/subcmd_fix |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| a04fdb50 | Moved a comment to better section off code | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| dc94af32 | Minor housekeeping. Updated CODEOWNERS with recent additions | Eric Lin <a****r@g****m> | about 6 years ago | |
| 091a88ef | Removed unnecessary prog value from subcommand parsers | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 2bb7f349 | Updated change log | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 3ada4bd5 | Moved code which copies subparser's settings to _register_subcommands(). | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 20494968 | Fixed prog value of subcommands added with as_subcommand_to() decorator. | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 9d314de0 | Adding explicit python 3.5.3 test to nox, travis. |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 47568c04 | Updated CHANGELOG |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 62eccdac | Verify that a completer function is defined in a CommandSet before |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 2c99c0d9 | Removed obsolete argument |
Kevin Van Brunt <k****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| c983abaa | Removed remaining usages and examples with tox. Updated references to tox to ... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 1a82b37b | Marked with_arparser_and_unknown_args deprecated and consolidated |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 4c0bdad9 | Minor formatting fixes. Injecting a function into namespace objects before pa... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 2d24953c | Updated changelog |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 787c9525 | Added 'no cover' for code block which cannot be tested in our unit tests | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 9d309939 | Now maintains a command->CommandSet mapping and passes the CommandSet | anselor <a****r@g****m> | about 6 years ago | |
| c854ba81 | Ignore plugins directory when running doc8 by itself outside of invoke |
Todd Leonhardt <t****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| e7b5054e | Updated Pipfile to do an editable/dev install of cmd2_ext_test so that "inv p... |
Todd Leonhardt <t****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 4afadcf6 | Fix it so py.test by itself doesn't crash |
Todd Leonhardt <t****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| bda751a1 | Fix a couple doc8 warnings |
Todd Leonhardt <t****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 201e27ba | Updated documentation |
Kevin Van Brunt <k****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 659d1660 | Updated documentation |
Kevin Van Brunt <k****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| bcd5c089 | Added handling for disabled commands to CommandSet functions |
Kevin Van Brunt <k****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 11a86e56 | Fixes to how command callables are filtered from CommandSet |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 13bac58a | Fixed issue where we attempted to remove CommandSet from a list it was not in |
Kevin Van Brunt <k****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 37415336 | Fixed typo in documentation |
Kevin Van Brunt <k****t@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| dac009f1 | Removed sub-class and instead patch argparse._SubParsersAction |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 105369bd | Suggested PR Fixes. |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 8d0b162c | Adds unit tests for sub-commands and additional commandset edge cases |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 3a6db395 | Adds support for injectable subcommands as part of CommandSet |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 06cee912 | updated imports |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 787a3193 | Updates the example to remove usage of the now remove ability to |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| c05d2b04 | Removed support for functions outside of CommandSets |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 372676d4 | Moved commandset tests into an isolated test |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 65136e92 | added additional documentation for new decorator behavior |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 2be779cc | Added an additional check for isinstance(method, Callable) since there are sc... |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 7b660a4e | Adjusted decorators to accept variable positional parameters |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 2df28cbc | merge Merge pull request #959 from python-cmd2/doc_fix |
Kevin Van Brunt <k****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| b0b825d0 | Fixed hook documentation | Kevin Van Brunt <k****t@g****m> | about 6 years ago | |
| 0b64604e | Added type annotations for fields in cmd2.Cmd. |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| fa927715 | Updated release date for 1.2.1 in CHANGELOG | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| 683d0492 | merge Merge pull request #956 from python-cmd2/importlib-metadata |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 67af98e8 | Fix a dependency version requirement which was too restrictive and required b... | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| eddbbefc | Updated CHANGELOG | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| 104f9af9 | merge Merge pull request #955 from python-cmd2/typing_deque |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 95d6a257 | Added PyCharm warning suppressions | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| cd6a18ca | small simplification | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| 3fc0833f | slight cleanup | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| 252bde4e | Address fact that typing.Deque wasn't defined prior to 3.5.4 | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| 27a8414f | Update release date in CHANGELOG | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| e38684d2 | Brought in cmd2 plugin template as a first-class member of cmd2 proper |
Eric Lin <a****r@g****m>
Committed by: anselor <a****r@g****m> |
about 6 years ago | |
| 0cb83910 | Updated CHANGELOG | Todd Leonhardt <t****t@g****m> | about 6 years ago | |
| aeacd50d | merge Merge pull request #953 from dhellmann/drop-pkg-resources |
Todd Leonhardt <t****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago |