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
|
||||
* Marcel Schilling
|
||||
* Johannes Martinsson
|
||||
* Jeremy Kaplan
|
||||
* Jean-Christophe Petkovich
|
||||
* Jay Kamat
|
||||
* Helen Sherwood-Taylor
|
||||
|
@ -301,7 +301,7 @@ class CommandDispatcher:
|
||||
@cmdutils.register(instance='command-dispatcher', name='print',
|
||||
scope='window')
|
||||
@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):
|
||||
"""Print the current/[count]th tab.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user