Use $1 instead of $2.

I think it was just a mistake, I can't remember a reason for this.
This commit is contained in:
voussoir 2022-03-23 14:52:10 -07:00
parent 371f6d4a7a
commit 03091d6478
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -22,7 +22,7 @@ p_$1.add_argument(
help='''
''',
)
p_$1.set_defaults(func=$2_argparse)
p_$1.set_defaults(func=$1_argparse)
]]></content>
<tabTrigger>subparser</tabTrigger>
<scope>source.python</scope>