Skip to content

Commit d97c65e

Browse files
authored
Merge pull request #52 from haluk/python-positional-args
changed key for positional arguments
2 parents a6e61ae + 0fc61d5 commit d97c65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-mode/arg_positional

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: arg_positional
3-
# key: arg
4-
# uuid: arg
3+
# key: argp
4+
# uuid: argp
55
# group: argparser
66
# --
77
parser.add_argument('${1:varname}', $0)

0 commit comments

Comments
 (0)