diff options
Diffstat (limited to '.emacs.d/snippets/python-mode/parser')
| -rw-r--r-- | .emacs.d/snippets/python-mode/parser | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/parser b/.emacs.d/snippets/python-mode/parser new file mode 100644 index 0000000..29a04ea --- /dev/null +++ b/.emacs.d/snippets/python-mode/parser | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: parser | ||
| 3 | # key: pars | ||
| 4 | # group: argparser | ||
| 5 | # -- | ||
| 6 | parser = argparse.ArgumentParser(description='$1') | ||
| 7 | $0 \ No newline at end of file | ||
