| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into doc_additions | Todd Leonhardt | 2019-09-17 | 1 | -0/+31 |
| |\ | |||||
| | * | Added a basic example for dynamically adding do_* commands in a loop | Todd Leonhardt | 2019-09-15 | 1 | -0/+31 |
| | | | |||||
| * | | Add documentation and example for removing built-in commands | kotfu | 2019-08-23 | 1 | -2/+2 |
| |/ | | | | For #765 | ||||
| * | Made example update the prompt less frequently | Kevin Van Brunt | 2019-08-01 | 1 | -4/+18 |
| | | |||||
| * | Fix flake8 error due to extra blank line in example | Todd Leonhardt | 2019-07-23 | 1 | -1/+0 |
| | | |||||
| * | Fixed bad practice of using print() and replaced with self.poutput() | Todd Leonhardt | 2019-07-23 | 1 | -5/+5 |
| | | |||||
| * | Added another command to the unicode command name example | Todd Leonhardt | 2019-07-23 | 1 | -0/+4 |
| | | |||||
| * | Added an example with a unicode command name just to prove to myself that ↵ | Todd Leonhardt | 2019-07-23 | 2 | -0/+24 |
| | | | | | those work ;-) | ||||
| * | Just adding a comment to one of our text file scripts as an example | Todd Leonhardt | 2019-07-19 | 1 | -0/+1 |
| | | |||||
| * | Changed all uses of sub-command to subcommand | Kevin Van Brunt | 2019-07-19 | 4 | -30/+30 |
| | | |||||
| * | Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived ↵ | Kevin Van Brunt | 2019-07-18 | 2 | -6/+8 |
| | | | | | | | class of argparse.ArgumentParser when developers read the code in cmd2.py. | ||||
| * | Merge branch 'master' into migrating_docs | Todd Leonhardt | 2019-07-15 | 5 | -540/+32 |
| |\ | |||||
| | * | Renamed Cmd2ArgParser to ArgParser | Kevin Van Brunt | 2019-07-12 | 2 | -6/+5 |
| | | | |||||
| | * | Merge branch 'master' into auto_completer_refactor | Kevin Van Brunt | 2019-07-11 | 1 | -3/+3 |
| | |\ | |||||
| | * | | More argparse completer unit tests | Kevin Van Brunt | 2019-07-07 | 1 | -6/+6 |
| | | | | |||||
| | * | | Moved all custom argparse classes intended for normal development to ↵ | Kevin Van Brunt | 2019-07-07 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | argparse_custom.py. Lazy loading AutoCompleter in cmd2 instance methods to allow argparse_completer.py to import cmd2.Cmd class. This Architecture makes more sense because AutoCompleter depends on cmd2.Cmd. | ||||
| | * | | Merge branch 'master' into auto_completer_refactor | Kevin Van Brunt | 2019-07-06 | 2 | -4/+63 |
| | |\ \ | |||||
| | * | | | Simplifying unit tests for AutoCompleter | Kevin Van Brunt | 2019-07-05 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Fixed unit tests | Kevin Van Brunt | 2019-07-05 | 2 | -493/+0 |
| | | | | | |||||
| | * | | | Fixing examples | Kevin Van Brunt | 2019-07-04 | 1 | -39/+25 |
| | | | | | |||||
| | * | | | Fixing examples | Kevin Van Brunt | 2019-07-04 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | Merge branch 'master' into auto_completer_refactor | Kevin Van Brunt | 2019-07-04 | 1 | -5/+0 |
| | |\ \ \ | |||||
| | * | | | | Fixing unit tests | Kevin Van Brunt | 2019-07-04 | 1 | -4/+2 |
| | | | | | | |||||
| * | | | | | Finish migration documentation for #719 | kotfu | 2019-07-14 | 1 | -0/+49 |
| | | | | | | |||||
| * | | | | | Fix lint error for unused variable | kotfu | 2019-07-14 | 1 | -1/+1 |
| | |_|_|/ |/| | | | |||||
| * | | | | Restore self.statement_parser to a public attribute in cmd2.Cmd | Todd Leonhardt | 2019-07-10 | 1 | -3/+3 |
| | |_|/ |/| | | |||||
| * | | | Merge branch 'master' into docstructure | kotfu | 2019-07-06 | 1 | -5/+0 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Reverting changes that should have been made on a different branch | Kevin Van Brunt | 2019-07-04 | 1 | -3/+2 |
| | | | | |||||
| | * | | Fixing some examples | Kevin Van Brunt | 2019-07-04 | 2 | -7/+3 |
| | |/ | |||||
| * | | Fix build error for unused import | kotfu | 2019-07-06 | 1 | -1/+0 |
| | | | |||||
| * | | Work on Getting Started section of documentation | kotfu | 2019-07-06 | 1 | -0/+61 |
| | | | | | | | | | | | - change the walk through from example.py to a new first_app.py (based on example.py) - remove the feature tour section, we’ll use the first application to demo the key features | ||||
| * | | Added a walkthrough of constructing a simple application to the overview | kotfu | 2019-07-05 | 1 | -4/+3 |
| |/ | | | | For #709 | ||||
| * | Whitespace and doc fixes | Kevin Van Brunt | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed a couple example transcripts that didn't get updated when colors got ↵ | Todd Leonhardt | 2019-06-29 | 2 | -2/+2 |
| | | | | | renamed to allow_ansi | ||||
| * | Updated color examples to support bold and underline options | Todd Leonhardt | 2019-06-28 | 2 | -2/+6 |
| | | |||||
| * | Improve background color display of prompt in async_printing.py example | Todd Leonhardt | 2019-06-28 | 1 | -1/+1 |
| | | |||||
| * | Simplified ansi color dictionaries and lookup methods | Todd Leonhardt | 2019-06-27 | 5 | -163/+47 |
| | | | | | | | | Also: - Updated examples that use color to use cmd2.ansi instead of colorama - Updated tests that use color to use cmd2.ansi instead of colorama - plumbum_colorspy example shows how to override color lookup functions to use a different color library | ||||
| * | Changed signature of style() to allow for simpler calling and overriding of ↵ | Kevin Van Brunt | 2019-06-26 | 1 | -1/+1 |
| | | | | | settings in a provided TextStyle | ||||
| * | Added TextStyle class and default implementations for various message types ↵ | Kevin Van Brunt | 2019-06-26 | 1 | -1/+2 |
| | | | | | like Warning, Error, and Succes | ||||
| * | Moved code related to ANSI escape codes to new file called ansi.py | Kevin Van Brunt | 2019-06-26 | 1 | -2/+1 |
| | | |||||
| * | Renamed style_message to style | Kevin Van Brunt | 2019-06-26 | 1 | -1/+1 |
| | | |||||
| * | Removed color args from poutput since the style function is going to do more ↵ | Kevin Van Brunt | 2019-06-25 | 1 | -14/+2 |
| | | | | | than color | ||||
| * | Replaced more pexcept uses with perror | Kevin Van Brunt | 2019-06-25 | 2 | -8/+8 |
| | | |||||
| * | Initial Commit for Issue 698 | xNinjaKittyx | 2019-06-24 | 3 | -10/+9 |
| | | |||||
| * | Made tokens_for_completion() method public since a couple of our examples use it | Todd Leonhardt | 2019-06-23 | 1 | -3/+3 |
| | | |||||
| * | Made last_result public and restored the initialization of it in __init__ ↵ | Todd Leonhardt | 2019-06-23 | 2 | -6/+6 |
| | | | | | and associated comment | ||||
| * | Restored a few attributes to be public | Todd Leonhardt | 2019-06-23 | 1 | -5/+5 |
| | | |||||
| * | Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS ↵ | Todd Leonhardt | 2019-06-16 | 7 | -7/+7 |
| | | | | | from cmd2.py to constants.py | ||||
| * | Began work to minimize public API | Todd Leonhardt | 2019-06-15 | 3 | -11/+11 |
| | | |||||
| * | Updated comment | Kevin Van Brunt | 2019-06-15 | 1 | -4/+4 |
| | | |||||
