Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS ↵ | Todd Leonhardt | 2019-06-16 | 1 | -1/+1 |
| | | | | from cmd2.py to constants.py | ||||
* | Updated various documentation and tests to not use load | Todd Leonhardt | 2019-06-15 | 1 | -3/+3 |
| | |||||
* | Print warnings at end of load or pyscript instead of beginning | Todd Leonhardt | 2019-06-15 | 1 | -1/+1 |
| | | | | This is in case the user runs a long script - I don't want the warning to quickly scroll off the screen where they then never see it. | ||||
* | Updated documentation | Kevin Van Brunt | 2019-06-15 | 1 | -3/+3 |
| | |||||
* | Deprecate support for Python 3.4 and begin testing with Python 3.8 beta | Todd Leonhardt | 2019-06-14 | 1 | -2/+2 |
| | |||||
* | Updated README to include links to more and a wider variety of open-source ↵ | Todd Leonhardt | 2019-06-10 | 1 | -4/+12 |
| | | | | projects based on cmd2 | ||||
* | Refactor exit_code implementation | Todd Leonhardt | 2019-05-20 | 1 | -2/+3 |
| | | | | | | | | | | | | cmd2.Cmd.cmdloop() now returns self.exit_code which should be an integer Also: - Refactored examples to call sys.exit(app.cmdloop()) in their __main__ - Running transcript tests now sets the exit_code accordingly based on success/failure - Updated CHANGELOG - Updated README - Updated Sphinx docs - Added unit test for case when transcript test fails | ||||
* | Minor update to README.md directly on master branch to evaluate if Windows ↵ | Todd Leonhardt | 2019-05-13 | 1 | -1/+1 |
| | | | | unit tests are working correctly on AppVeyor | ||||
* | Updated docs to reflect that shortcuts are now passed into the super class ↵ | Todd Leonhardt | 2019-03-14 | 1 | -4/+3 |
| | | | | initializer | ||||
* | First stage of attribute refactoring | Todd Leonhardt | 2019-03-13 | 1 | -5/+4 |
| | | | | | | | | | | The following are now arguments to cmd2.Cmd.__init__() instead of class attributes: * allow_redirection * multiline_commands * terminators * shortcuts Added a couple read-only properties for convenience of cmd2.Cmd accessing immutable members from self.statement_parser | ||||
* | Fixed spelling | Kevin Van Brunt | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | Updated macro documentation0.9.9 | Kevin Van Brunt | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Changed examples to reflect that settable doesn't need to be updated before ↵ | Kevin Van Brunt | 2019-02-20 | 1 | -2/+4 |
| | | | | calling init() | ||||
* | Added blank lines between code blocks in code examples | igorzakhar | 2019-01-04 | 1 | -0/+3 |
| | |||||
* | Added info on asynchronous alerting capabilities to the README | Todd Leonhardt | 2018-10-26 | 1 | -0/+10 |
| | |||||
* | Update README.md | kmvanbrunt | 2018-10-26 | 1 | -1/+1 |
| | | | Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com> | ||||
* | Clarified role of ACArgumentParser and removed redundant description of ↵ | Todd Leonhardt | 2018-10-26 | 1 | -3/+5 |
| | | | | basic_complete | ||||
* | Made significant updates to README.md | Todd Leonhardt | 2018-10-26 | 1 | -24/+102 |
| | | | | The initial goal was to improve documentation of tab-completion capabilities. But the README got updates in several areas. | ||||
* | Documentation updates | Kevin Van Brunt | 2018-10-12 | 1 | -6/+1 |
| | |||||
* | Using wcwidth to calculate display width of prompt | Kevin Van Brunt | 2018-10-11 | 1 | -5/+4 |
| | |||||
* | Documented macros | Kevin Van Brunt | 2018-09-27 | 1 | -0/+1 |
| | |||||
* | Added documentation | Kevin Van Brunt | 2018-09-25 | 1 | -0/+1 |
| | |||||
* | Minor whitespace update | Todd Leonhardt | 2018-09-24 | 1 | -2/+1 |
| | |||||
* | Updated video link | Todd Leonhardt | 2018-09-24 | 1 | -1/+2 |
| | |||||
* | Fixed spelling of traceback | Todd Leonhardt | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | Made various fixes and improvements to contributor's guide | Todd Leonhardt | 2018-09-20 | 1 | -0/+12 |
| | | | | | | | | | | | Including: - Fixed broken link - Added missing section to TOC - Updated prerequisites - Updated instructions for publishing a release Also: - Added section to end of Readme.md giving users instructions on what to do if they find a bug | ||||
* | Updated Azure DevOps build badge since name of pipeline changed | Todd Leonhardt | 2018-09-12 | 1 | -1/+1 |
| | |||||
* | Updated CHANGELOG with bug fix comment for associated PR | Todd Leonhardt | 2018-09-04 | 1 | -2/+2 |
| | | | | | Also - Updated README to change wording about Python 2.7 being EOL since final date for supporting bug fixes has passed | ||||
* | Updated docs and unit tests | Kevin Van Brunt | 2018-08-02 | 1 | -2/+1 |
| | |||||
* | Fix documentation in regards to requirements on Python 3.4 | Todd Leonhardt | 2018-07-17 | 1 | -1/+2 |
| | | | | Added typing backport dependency for Python 3.4 | ||||
* | Add VSTS build badge to README | Todd Leonhardt | 2018-07-17 | 1 | -0/+1 |
| | | | | | Currently this represents VSTS Hosted Linux builds - But it is a placeholder for eventual VSTS Hosted macOS builds | ||||
* | Started updating CHANGELOG | Todd Leonhardt | 2018-07-16 | 1 | -1/+2 |
| | | | | | | Also: - Bumped version to 0.9.4 - Updated info in Readme and Sphinx docs to reflect new dependency on attrs | ||||
* | Really get rid of the inputFrom stuff, including documentation | kotfu | 2018-04-29 | 1 | -1/+1 |
| | |||||
* | multilineCommands -> multiline_commands | kotfu | 2018-04-29 | 1 | -2/+2 |
| | |||||
* | Removed pyparsing from setup.py as a dependency | Todd Leonhardt | 2018-04-28 | 1 | -1/+1 |
| | | | | | | Also: - updated README.md to correctly state 3rd-party dependencies - Updated docs/requirements.txt to no longer include pyparsing for ReadTheDocs build | ||||
* | Minor cleanup of example code in README.md | Todd Leonhardt | 2018-04-15 | 1 | -9/+6 |
| | |||||
* | Started removing dependency on six | Todd Leonhardt | 2018-04-15 | 1 | -2/+1 |
| | | | | | | | Removed all dependency on six other than for six.moves.input Also: - Started removing code branches which were for Python 2 support | ||||
* | Removed reference to Python 2 and 2.7 in some sections of the documentation | Todd Leonhardt | 2018-04-15 | 1 | -5/+4 |
| | |||||
* | No longer try to test on Python 2.7 on either TravisCI or AppVeyor | Todd Leonhardt | 2018-04-15 | 1 | -6/+5 |
| | |||||
* | Moved up date we plan to discontinue support for Python 2 on. | Todd Leonhardt | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | Corrected docs | Kevin Van Brunt | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Updated documentation | Kevin Van Brunt | 2018-03-31 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into new_quoted_completion | Kevin Van Brunt | 2018-03-25 | 1 | -1/+1 |
|\ | |||||
| * | Added link to video of Florida Pycon 2017 presentation on cmd2 | Todd Leonhardt | 2018-03-23 | 1 | -1/+1 |
| | | | | | | | | Link added to both README and Resources section of Sphinx docs. | ||||
* | | Renamed exclude_from_help to hidden_commands | Kevin Van Brunt | 2018-03-22 | 1 | -2/+2 |
|/ | | | | | Renamed excludeFromHistory to exclude_from_history No longer tab completing hidden commands | ||||
* | Clarify alias and startup script language | kotfu | 2018-03-17 | 1 | -1/+2 |
| | |||||
* | Added a tiny bit of documentation | Todd Leonhardt | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | Added documentation | Kevin Van Brunt | 2018-03-16 | 1 | -0/+1 |
| | |||||
* | Refactored the Windows vs macOS/Linux conditional in ppaged() | Todd Leonhardt | 2018-03-07 | 1 | -0/+1 |
| | | | | | | | Aslo: - Added some documentation for ppaged() - Updated CHANGELOG - Added line about ppaged() in README | ||||
* | Removed support for case-insensitive command parsing | Todd Leonhardt | 2018-03-02 | 1 | -5/+1 |
| |