diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-28 10:21:01 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-28 10:21:01 -0400 |
commit | e9e25188079f3006d79f4e5d30b6e297ffab0ea5 (patch) | |
tree | bc6794b18baba7a4ff4839ab75598ae6d7e54a28 /examples/arg_print.py | |
parent | f150a322c743f5be87a3ebc9c10b1ebe1e9bb67f (diff) | |
download | cmd2-git-e9e25188079f3006d79f4e5d30b6e297ffab0ea5.tar.gz |
Addressing code review comments
Diffstat (limited to 'examples/arg_print.py')
-rwxr-xr-x | examples/arg_print.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/arg_print.py b/examples/arg_print.py index 6b7d030e..f2168126 100755 --- a/examples/arg_print.py +++ b/examples/arg_print.py @@ -2,7 +2,7 @@ # coding=utf-8 """A simple example demonstrating the following: 1) How arguments and options get parsed and passed to commands - 2) How to change what syntax get parsed as a comment and stripped from the arguments + 2) How to change what syntax gets parsed as a comment and stripped from the arguments This is intended to serve as a live demonstration so that developers can experiment with and understand how command and argument parsing work. |