Delete remaining or header argument.
This commit is contained in:
parent
473d4ffb36
commit
fb3bedfeb1
@ -64,8 +64,6 @@ class TexnotePlugin(PapersPlugin):
|
|||||||
help='edit the main body', default=None)
|
help='edit the main body', default=None)
|
||||||
p.add_argument('-S', '--style', action='store_true',
|
p.add_argument('-S', '--style', action='store_true',
|
||||||
help='open the style', default=None)
|
help='open the style', default=None)
|
||||||
p.add_argument('-H', '--header', action='store_true',
|
|
||||||
help='open the header', default=None)
|
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
def command(self, args):
|
def command(self, args):
|
||||||
@ -134,7 +132,7 @@ class TexnotePlugin(PapersPlugin):
|
|||||||
citekey = parse_reference(rp, reference)
|
citekey = parse_reference(rp, reference)
|
||||||
files.edit_file(with_command, self.get_texfile(citekey), temporary=False)
|
files.edit_file(with_command, self.get_texfile(citekey), temporary=False)
|
||||||
|
|
||||||
def edit_template(self, body=None, style=None, header=None, with_command=None):
|
def edit_template(self, body=None, style=None, with_command=None):
|
||||||
if with_command is None:
|
if with_command is None:
|
||||||
with_command = self.get_edit_cmd()
|
with_command = self.get_edit_cmd()
|
||||||
if body is not None:
|
if body is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user