summaryrefslogtreecommitdiff
path: root/python-mode/parser
diff options
context:
space:
mode:
Diffstat (limited to 'python-mode/parser')
-rw-r--r--python-mode/parser7
1 files changed, 7 insertions, 0 deletions
diff --git a/python-mode/parser b/python-mode/parser
new file mode 100644
index 0000000..29a04ea
--- /dev/null
+++ b/python-mode/parser
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: parser
+# key: pars
+# group: argparser
+# --
+parser = argparse.ArgumentParser(description='$1')
+$0 \ No newline at end of file