File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 699699 - Added ` read_input() ` function that is used to read from stdin. Unlike the Python built-in
700700 ` input() ` , it also has an argument to disable tab completion while input is being entered.
701701 - Added capability to override the argument parser class used by cmd2 built-in commands. See
702- custom_parser .py example for more details.
702+ override_parser .py example for more details.
703703 - Added ` end ` argument to ` pfeedback() ` to be consistent with the other print functions like
704704 ` poutput() ` .
705705 - Added ` apply_style ` to ` pwarning() ` .
Original file line number Diff line number Diff line change 3535- [ colors.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/colors.py )
3636 - Show various ways of using colorized output within a cmd2 application
3737- [ custom_parser.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/custom_parser.py )
38- - Demonstrates how to create your own customer ` Cmd2ArgumentParser `
38+ - Demonstrates how to create your own custom ` Cmd2ArgumentParser `
3939- [ decorator_example.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/decorator_example.py )
4040 - Shows how to use cmd2's various argparse decorators to processes command-line arguments
4141- [ default_categories.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/default_categories.py )
You can’t perform that action at this time.
0 commit comments