restrict ls to 40 results by default
This commit is contained in:
parent
dfaee052b9
commit
9223d92fc8
1 changed files with 1 additions and 0 deletions
|
|
@ -970,6 +970,7 @@ class ReplApplication(Cmd, ConsoleApplication):
|
|||
page = Page(core=browser, data=data, uri=browser._response.geturl())
|
||||
browser = Browser(view=page.view)
|
||||
|
||||
@defaultcount(40)
|
||||
def do_ls(self, line):
|
||||
"""
|
||||
ls [-d] [-U] [PATH]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue