diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-18 21:41:13 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-18 21:41:13 -0400 |
commit | d19540b37a2f8cb27225a11afd39fbb410f9bc3b (patch) | |
tree | 5acb457d09f95b7637bb438956fc428efc09b4ef | |
parent | 1e714557ec6fdca3076038578f9e1e5f43b2722e (diff) | |
download | cmd2-git-d19540b37a2f8cb27225a11afd39fbb410f9bc3b.tar.gz |
Fixed another broken link
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ Instructions for implementing each feature follow. self.stdout.write('{}\n'.format(' '.join(words))) ``` - See https://cmd2.readthedocs.io/en/latest/argument_processing.html for more details + See [Argument Processing](https://cmd2.readthedocs.io/en/latest/features/argument_processing.html) in the docs for more details NOTE: `cmd2` also provides the `Cmd2ArgumentParser` customization of `argparse.ArgumentParser` for prettier formatting of help and error messages. |