summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Added links to docs and examples to CHANGELOG.mdTodd Leonhardt2018-01-201-2/+2
* Simplified a few argparse examples and fixed some incorrect documentationTodd Leonhardt2018-01-171-10/+12
* Cleanup of documentation and examplesTodd Leonhardt2018-01-172-8/+4
* Revised some of the Sphinx documentation which referenced the deprecated @opt...Todd Leonhardt2018-01-152-64/+10
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-151-10/+33
* remove use_argument_list attributekotfu2018-01-141-33/+1
* new @with_argument_list decoratorkotfu2018-01-121-0/+51
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-5/+8
* Trivial doc change to get readthedocs to rebuildTodd Leonhardt2018-01-101-2/+3
* Write documentationkotfu2018-01-072-113/+147
* Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-073-3/+3
|\
| * Disabled Python 3.7-dev build in Travis CITodd Leonhardt2018-01-042-2/+2
| * Updating version and changelog in preparation for minor bug fix realeaseTodd Leonhardt2018-01-041-1/+1
* | Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparseJared Crapo2017-12-1124-735/+36
|\ \ | |/
| * Added a note to the installation instructions section of user manualTodd Leonhardt2017-11-151-0/+4
| * Updated docs to make it more clear that you need to update shortcuts attribut...Todd Leonhardt2017-11-092-6/+18
| * Removed broken link from docs0.7.8Todd Leonhardt2017-11-081-2/+1
| * Fixed incorrect http link in the READMETodd Leonhardt2017-11-081-1/+1
| * Added fix for changes in pyperclip project structure in the most recent versionTodd Leonhardt2017-11-0822-729/+15
* | Plan and first working code for argparse decoratorJared Crapo2017-12-112-0/+142
|/
* Hopefully this fixes a bug which is causing autodoc to fail to add method inf...Todd Leonhardt2017-09-231-0/+1
* Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-221-1/+2
* Revise environment setting documentationkotfu2017-08-281-41/+33
* Updated CHANGELOG with some text regarding recent enhancements to transcript ...Todd Leonhardt2017-08-221-1/+1
* Clarify warnings about whitespaceJared Crapo2017-08-221-5/+6
* Documentation edits and revisionsJared Crapo2017-08-222-33/+28
* Revise and clean up documentationJared Crapo2017-08-213-31/+58
* regex implementation complete. Still a few bugs.Jared Crapo2017-08-211-0/+8
* Write documentation for revised transcription featureJared Crapo2017-08-213-24/+143
* Bump versions to 0.7.7aTodd Leonhardt2017-08-151-1/+1
* Replaced direct calls to self.stdout.write() with calls to self.poutput().Todd Leonhardt2017-08-081-0/+7
* Updated CHANGES and bumped version in preparation for 0.7.6 releaseTodd Leonhardt2017-08-021-1/+1
* Spelling of abbrev in Abbreviated commands section ksunden2017-07-161-1/+1
* Bump version to 0.7.5 (from 0.7.5a)0.7.5Todd Leonhardt2017-07-081-1/+1
* Load command uses utf-8 encoding for opening files in Python 3 instead of OS-...Todd Leonhardt2017-07-081-2/+8
* Updated Sphinx docsTodd Leonhardt2017-07-032-5/+5
* Fixed a few bugs and examplesTodd Leonhardt2017-07-031-1/+0
* Bump version to 0.7.5aTodd Leonhardt2017-07-031-1/+1
* Removed pause commandTodd Leonhardt2017-07-031-2/+0
* Clarified a few points about optional ipy command in Sphinx docsTodd Leonhardt2017-07-031-5/+8
* Replaced clipboard copy and paste custom code with pyperclipTodd Leonhardt2017-06-301-0/+1
* Multiple changesTodd Leonhardt2017-06-281-2/+1
* Updated documentation with info on tab completion of file system pathsTodd Leonhardt2017-06-142-1/+34
* Updated documentation and examplesTodd Leonhardt2017-06-142-1/+30
* Updated example transcript test and docsTodd Leonhardt2017-06-031-2/+0
* Abbreviations are no longer accepted for multiline commandsTodd Leonhardt2017-05-201-0/+5
* Documentation updateTodd Leonhardt2017-05-111-1/+1
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-1312-28/+37
* Documentation updatesTodd Leonhardt2017-03-124-8/+86
* Added an example for how conditional control flow of a cmd2 application can b...Todd Leonhardt2017-03-111-0/+7