File tree Expand file tree Collapse file tree 3 files changed +3
-93
lines changed Expand file tree Collapse file tree 3 files changed +3
-93
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ Tab completion of argument values can be configured by using one of three parame
96
96
- ` completer `
97
97
98
98
See the [ arg_decorators] ( https://github.com/python-cmd2/cmd2/blob/main/examples/arg_decorators.py )
99
- or [ colors] ( https://github.com/python-cmd2/cmd2/blob/main/examples/colors.py ) example for a
100
- demonstration of how to use the ` choices ` parameter. See the
99
+ example for a demonstration of how to use the ` choices ` parameter. See the
101
100
[ argparse_completion] ( https://github.com/python-cmd2/cmd2/blob/main/examples/argparse_completion.py )
102
101
example for a demonstration of how to use the ` choices_provider ` parameter. See the
103
102
[ arg_decorators] ( https://github.com/python-cmd2/cmd2/blob/main/examples/arg_decorators.py ) or
Original file line number Diff line number Diff line change 32
32
- Show how to enable custom tab completion by assigning a completer function to ` do_* ` commands
33
33
- [ cmd2_as_argument.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/cmd_as_argument.py )
34
34
- Demonstrates how to accept and parse command-line arguments when invoking a cmd2 application
35
- - [ colors .py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/colors .py )
36
- - Show various ways of using colorized output within a cmd2 application
35
+ - [ color .py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/color .py )
36
+ - Show the numerous colors available to use in your cmd2 applications
37
37
- [ custom_parser.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/custom_parser.py )
38
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 )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments