diff options
Diffstat (limited to 'snippets/python-mode/docopt-args')
-rw-r--r-- | snippets/python-mode/docopt-args | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/python-mode/docopt-args b/snippets/python-mode/docopt-args new file mode 100644 index 0000000..c9f2e98 --- /dev/null +++ b/snippets/python-mode/docopt-args @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: docopt args +# key: da +# -- +args = docopt(__doc__) +$0 |