Skip to content

Commit 61273d6

Browse files
committed
Updated example/README.md
1 parent 82353ee commit 61273d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ each:
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

0 commit comments

Comments
 (0)