summaryrefslogtreecommitdiff
path: root/examples/alias_startup.py
Commit message (Expand)AuthorAgeFilesLines
* Add black for automatic code formatTodd Leonhardt2021-01-311-0/+1
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-0/+1
* Updated commentKevin Van Brunt2019-06-151-1/+1
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+2
* Fix flake8 issuesTodd Leonhardt2018-12-061-0/+1
* Added a command which does nothing and produces no output to alias_startup.py...Todd Leonhardt2018-09-141-0/+4
* Fix Sphinx warning due to _static directoryTodd Leonhardt2018-07-301-2/+3
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-2/+1
* Addressed comments.Eric Lin2018-05-021-4/+0
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-2/+2
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Added ability to specify a startup_script in cmd2.Cmd.__init__()Todd Leonhardt2018-03-161-0/+24