File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
- [ argparse_completion.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/argparse_completion.py )
15
15
- Shows how to integrate tab-completion with argparse-based commands
16
16
- [ argparse_example.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/argparse_example.py )
17
- - Demonstrates how to use the ` cmd2.with_argparser ` decorator to specify command arguments using
18
- [ argparse] ( https://docs.python.org/3/library/argparse.html )
17
+ - Comprehensive example demonstrating various aspects of using
18
+ [ argparse] ( https://docs.python.org/3/library/argparse.html ) for command argument processing
19
+ via the ` cmd2.with_argparser ` decorator
19
20
- [ async_printing.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/async_printing.py )
20
21
- Shows how to asynchronously print alerts, update the prompt in realtime, and change the window
21
22
title
You can’t perform that action at this time.
0 commit comments