diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-25 02:03:28 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-25 02:03:28 -0400 |
commit | 40ca5eb984577d199baaf2e905cc1f431533114a (patch) | |
tree | b6debf4fa6ec781955f35c26964f842b8f6b0684 /README.md | |
parent | adc0ce85d2a8d36ecd456caba364efe88a7537bf (diff) | |
parent | 60054580c387c7891000e019464210153d94df7f (diff) | |
download | cmd2-git-40ca5eb984577d199baaf2e905cc1f431533114a.tar.gz |
Merge branch 'master' into new_quoted_completion
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ Tutorials A few tutorials on using cmd2 exist: -* Florida PyCon 2017 talk: [slides](https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE) +* Florida PyCon 2017 talk: [slides](https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE), [video](https://www.youtube.com/watch?v=6m0RdpITaeY) * PyCon 2010 talk by Catherine Devlin, the original author: [video](http://pyvideo.org/pycon-us-2010/pycon-2010--easy-command-line-applications-with-c.html) * A nice brief step-by-step tutorial: [blog](https://kushaldas.in/posts/developing-command-line-interpreters-using-python-cmd2.html) |