summaryrefslogtreecommitdiff
path: root/docs/unfreefeatures.rst
Commit message (Collapse)AuthorAgeFilesLines
* Refactored the Windows vs macOS/Linux conditional in ppaged()Todd Leonhardt2018-03-071-3/+5
| | | | | | | Aslo: - Added some documentation for ppaged() - Updated CHANGELOG - Added line about ppaged() in README
* Improved the documentation regarding poutput, particularly with transcriptsTodd Leonhardt2018-02-241-0/+5
| | | | | | The documentation didn't make it very clear that the poutput() method should be used for generating output from cmd2 commands. This PR attempts to fix that. This closes #275.
* Revised some of the Sphinx documentation which referenced the deprecated ↵Todd Leonhardt2018-01-151-64/+8
| | | | @options optparse-based decorator
* Revise environment setting documentationkotfu2017-08-281-41/+33
|
* Updated documentation and examplesTodd Leonhardt2017-06-141-1/+1
| | | | | | | | | 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
* Documentation fixes and updatesTodd Leonhardt2017-02-121-2/+23
| | | | | | - Fixed optparse links - Added note about plans to replace optparse with argparse - Added subsection about the functions which control argument parsing for commands with flags
* Documentation updatesTodd Leonhardt2017-02-121-9/+6
| | | | | | | | | | | 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/+1
| | | | Also fixed references to the Script files section.
* First stage of refactoring to support full simultaneous Python 2 and 3 ↵Todd Leonhardt2016-12-091-21/+21
| | | | compatibility via use of the six module.
* Indicate change in repository host to bitbucketCatherine Devlin2012-05-261-0/+251