summaryrefslogtreecommitdiff
path: root/docs/freefeatures.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Sphinx docsTodd Leonhardt2017-07-031-3/+3
| | | | Updated to reflect that the default value of abbrev is now False.
* Removed pause commandTodd Leonhardt2017-07-031-2/+0
| | | | | | It was pretty useless, it just printed a message and sat there and waited for the user to hit enter. It didn't feel like it belonged in a top-level framework. If a particular application wants this functionality, it is a 2 line change to add it back.
* Clarified a few points about optional ipy command in Sphinx docsTodd Leonhardt2017-07-031-5/+8
|
* Updated documentation with info on tab completion of file system pathsTodd Leonhardt2017-06-141-0/+31
|
* Updated documentation and examplesTodd Leonhardt2017-06-141-0/+29
| | | | | | | | | Added information related to the new pyscript command. The old way of running Python scripts via "py run()" should be considered deprecated. The new "pyscript" command is superior in two significant ways: 1) It supports tab-completion of file system paths 2) It allows the user to pass command-line arguments to scripts
* Updated example transcript test and docsTodd Leonhardt2017-06-031-2/+0
| | | | Updated these to reflect that the list command has been removed
* Abbreviations are no longer accepted for multiline commandsTodd Leonhardt2017-05-201-0/+5
| | | | | | Due to the way the parsing logic works for multiline commands, abbreviations didn't function properly with mutliline commands. So to avoid confusion, this commit deals with this issue by simply disallowing abbreviations for multiline commands altogether. A warning has been added to the section on abbreviations in the documentation to hopefully make this clear for users.
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-2/+3
| | | | A few other miscellaneous minor tweaks for whitespace and such.
* Documentation updatesTodd Leonhardt2017-03-121-1/+16
| | | | | | - Added a new section on application life cycle and hook methods - Moved a warning to a more appropriate location - Added a note about using allow_redirection to disable output redirection and pipes
* Added an example for how conditional control flow of a cmd2 application can ↵Todd Leonhardt2017-03-111-0/+7
| | | | be achieved via the py command and python scripts.
* Fix a typo in the docsTodd Leonhardt2017-03-041-1/+1
|
* Added info to CHANGES.rst on what bugs have been fixed so far this release.Todd Leonhardt2017-03-041-0/+26
| | | | | | Fixed a bug where the allow_cli_args attribute wasn't properly preventing OptParse from prasing the args looking for "-t" or "--test" for transcript testing. Added an example of using Argparse with cmd2.
* Updated docs to discuss the new optional "ipy" command.Todd Leonhardt2017-02-181-0/+36
|
* Documentation updatesTodd Leonhardt2017-02-121-8/+7
| | | | | | | | | | | Sphinx documenation updates, including: - Extensively re-wrote the "alternatives to cmd2" section as it was many years out of date - Reworded a few humorous sections in an attempt to be more professional - Removed reference to command synonyms/aliases which no longer exist - Added more detail in a couple places - Minor rewording and bugfixes throughout Also added a note to cmd2.py about the expected values for doctest only working for Python 2.7.
* Updated doc links to point to Python 3 docs for cmd module.Todd Leonhardt2017-02-111-1/+3
| | | | Also fixed references to the Script files section.
* First stage of refactoring to support full simultaneous Python 2 and 3 ↵Todd Leonhardt2016-12-091-36/+36
| | | | compatibility via use of the six module.
* Indicate change in repository host to bitbucketCatherine Devlin2012-05-261-0/+207