Generate docs
This commit is contained in:
parent
a6a030e92f
commit
62ae793a24
@ -227,6 +227,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Matthias Lisin
|
* Matthias Lisin
|
||||||
* Marcel Schilling
|
* Marcel Schilling
|
||||||
* Johannes Martinsson
|
* Johannes Martinsson
|
||||||
|
* Jeremy Kaplan
|
||||||
* Jean-Christophe Petkovich
|
* Jean-Christophe Petkovich
|
||||||
* Jay Kamat
|
* Jay Kamat
|
||||||
* Helen Sherwood-Taylor
|
* Helen Sherwood-Taylor
|
||||||
|
@ -301,7 +301,7 @@ class CommandDispatcher:
|
|||||||
@cmdutils.register(instance='command-dispatcher', name='print',
|
@cmdutils.register(instance='command-dispatcher', name='print',
|
||||||
scope='window')
|
scope='window')
|
||||||
@cmdutils.argument('count', count=True)
|
@cmdutils.argument('count', count=True)
|
||||||
@cmdutils.argument('pdf', flag='f')
|
@cmdutils.argument('pdf', flag='f', metavar='file')
|
||||||
def printpage(self, preview=False, count=None, *, pdf=None):
|
def printpage(self, preview=False, count=None, *, pdf=None):
|
||||||
"""Print the current/[count]th tab.
|
"""Print the current/[count]th tab.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user