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 699
699
- Added ` read_input() ` function that is used to read from stdin. Unlike the Python built-in
700
700
` input() ` , it also has an argument to disable tab completion while input is being entered.
701
701
- 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.
703
703
- Added ` end ` argument to ` pfeedback() ` to be consistent with the other print functions like
704
704
` poutput() ` .
705
705
- Added ` apply_style ` to ` pwarning() ` .
Original file line number Diff line number Diff line change 35
35
- [ colors.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/colors.py )
36
36
- Show various ways of using colorized output within a cmd2 application
37
37
- [ 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 `
39
39
- [ decorator_example.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/decorator_example.py )
40
40
- Shows how to use cmd2's various argparse decorators to processes command-line arguments
41
41
- [ 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