summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* convert do_show() to argparsekotfu2018-01-141-12/+9
* convert do_history() to argparsekotfu2018-01-141-20/+16
* remove use_argument_list attributekotfu2018-01-141-6/+2
* refactor onecmd() to use parse_quoted_string()kotfu2018-01-141-7/+1
* Convert built-in commands to argparsing for #250kotfu2018-01-141-13/+17
* more robust argparse and arglist decoratorskotfu2018-01-141-16/+18
* add use_argument_list settingkotfu2018-01-121-1/+13
* new @with_argument_list decoratorkotfu2018-01-121-0/+18
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-1/+1
* Fix a nasty bug in @with_argument_parserJared Crapo2018-01-101-3/+3
* Set prog in argparser based on the name of the functionkotfu2018-01-071-1/+5
* Properly set docstring so it contains help messagekotfu2018-01-071-1/+9
* Remove leftover debugging codekotfu2018-01-071-2/+0
* Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-071-5/+5
|\
| * Enabled Python 3.7 testing on Travis CITodd Leonhardt2018-01-061-5/+5
* | Default posix and quote removal working.kotfu2018-01-071-12/+10
* | Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-071-12/+28
|\ \ | |/
| * Fix test_transcript.py in python 3.7kotfu2018-01-061-1/+16
| * Updating version and changelog in preparation for minor bug fix realeaseTodd Leonhardt2018-01-041-11/+12
* | New test cases for argparseJared Crapo2018-01-071-2/+14
* | Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparseJared Crapo2017-12-111-4/+15
|\ \ | |/
| * Bump version to 0.7.9aTodd Leonhardt2017-11-151-1/+1
| * Added fix for changes in pyperclip project structure in the most recent versionTodd Leonhardt2017-11-081-4/+15
* | Plan and first working code for argparse decoratorJared Crapo2017-12-111-0/+15
|/
* Removed a conditional which was made redundant by an outer conditional that g...Todd Leonhardt2017-09-231-4/+0
* Fixed a bug when edit is passed a large negative integer in quotesTodd Leonhardt2017-09-231-3/+21
* Fixed a bug which occurred when edit was called with an integer index larger ...Todd Leonhardt2017-09-231-7/+11
* Merge branch 'master' into support-load-in-onecmd_plus_hooksTodd Leonhardt2017-09-221-1/+1
|\
| * Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-221-1/+1
* | Provide method to run multiple commands w/o a cmdloop.Alfred Levy2017-09-221-12/+45
|/
* Improved poutput() so that it can print an integer zero and other falsy thingsTodd Leonhardt2017-09-051-1/+1
* Minor bug fixTodd Leonhardt2017-08-231-3/+2
* Exit on <control>D when on a ttyJared Crapo2017-08-231-0/+2
* Prompt and line now properly echoed on tty and pipeJared Crapo2017-08-231-9/+29
* Don’t try and sane the tty if stdin isn’t a ttyJared Crapo2017-08-231-2/+3
* Improved what gets printed when running commands from a script with load comm...Todd Leonhardt2017-08-231-4/+3
* Updated CHANGELOG with some text regarding recent enhancements to transcript ...Todd Leonhardt2017-08-221-5/+5
* Merge branch 'master' into fix/transcript_regexesTodd Leonhardt2017-08-221-10/+9
|\
| * Converted edit command to an @options command for the better argument parsing...Todd Leonhardt2017-08-211-10/+9
* | Fix a bug if there is only one slashJared Crapo2017-08-221-2/+4
* | modernize formattingJared Crapo2017-08-221-2/+2
* | Fix bug in history commandJared Crapo2017-08-221-4/+6
* | Checkpoint. Many tests working, multiline seems brokenJared Crapo2017-08-211-10/+61
* | Simple but working version of new regex transcriptJared Crapo2017-08-211-13/+34
|/
* feedback_to_output now defaults to FalseTodd Leonhardt2017-08-201-1/+1
* Ensure editor and the file to edit can have spaces in themJared Crapo2017-08-191-1/+1
* .pfeedback() now honors feedback_to_output settingJared Crapo2017-08-191-1/+1
* Bump versions to 0.7.7aTodd Leonhardt2017-08-151-1/+1
* Updated commentKevin Van Brunt2017-08-151-2/+4
* Added workaround for bug in Python 2 on Linux when pygtk is installedTodd Leonhardt2017-08-151-0/+8