diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-01 15:38:54 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-01 15:38:54 -0500 |
commit | 1390b7889938588810e8a1d5c660ce354cfb7de0 (patch) | |
tree | 39b28a0e46c423e192dfc1cad2badac210f6334e /README.md | |
parent | 4a3c5a02e144a72e26103d02ce38163ba765e796 (diff) | |
download | cmd2-git-1390b7889938588810e8a1d5c660ce354cfb7de0.tar.gz |
Fixed spelling
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ Instructions for implementing each feature follow. - Syntax for calling `cmd2` commands in a `pyscript` is essentially identical to what they would enter on the command line - See the [Python](https://cmd2.readthedocs.io/en/latest/freefeatures.html#python) section of the `cmd2` docs for more info - Also see the [python_scripting.py](https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py) - example in conjunciton with the [conditional.py](https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py) script + example in conjunction with the [conditional.py](https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py) script - Parsing commands with `argparse` - Two decorators provide built-in capability for using `argparse.ArgumentParser` to parse command arguments |