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 1414- [ argparse_completion.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/argparse_completion.py )
1515 - Shows how to integrate tab-completion with argparse-based commands
1616- [ 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
1920- [ async_printing.py] ( https://github.com/python-cmd2/cmd2/blob/main/examples/async_printing.py )
2021 - Shows how to asynchronously print alerts, update the prompt in realtime, and change the window
2122 title
You can’t perform that action at this time.
0 commit comments