Use named argument for main_decorator.

master
voussoir 2021-08-01 16:11:29 -07:00
parent 886ab74a15
commit 3876e7b02a
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
from voussoirkit import operatornotify from voussoirkit import operatornotify
# Put this above main # Put this above main
@operatornotify.main_decorator('$1') @operatornotify.main_decorator(subject='$1')
]]></content> ]]></content>
<tabTrigger>operatornotify_mainlog</tabTrigger> <tabTrigger>operatornotify_mainlog</tabTrigger>
<scope>source.python</scope> <scope>source.python</scope>