summaryrefslogtreecommitdiff
path: root/example/exampleSession.txt
Commit message (Collapse)AuthorAgeFilesLines
* Changes to make our project as welcoming as possible for new contributors.Todd Leonhardt2017-02-261-69/+0
| | | | | | | Changes include: 1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular 2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment 3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-)
* Documented undocumented commands and removed command aliases.Todd Leonhardt2017-02-051-7/+2
| | | | | | | | The out-of-the-box help menu now looks a lot cleaner: - All redundant command aliases have been removed (NOTE: They can still be used if self.abbrev is True, which is the default) - All previously undocumented commands have been documented - Unit tests and README.rst documentation has been updated to reflect new behavior
* Changed header comment in cmd2.py to refer to GitHub repo instead of old ↵Todd Leonhardt2017-01-231-17/+1
| | | | assembla mercurial one. Also changed exampleSession.txt example transcript to not include the "set" command since the output was platform dependent due to the default editor varying.
* Fixed example.py and exampleSession.txt so that the example runs and the ↵TL2017-01-111-8/+7
| | | | | | test passes when running "python example.py -t exampleSession.txt". Also made the front-page documentation consistent so it references the actual code and text in this modified example.
* Indicate change in repository host to bitbucketCatherine Devlin2012-05-261-0/+91