Skip to content

Commit

Permalink
ptig - dir / ls alias
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Dec 1, 2023
1 parent 4b3f150 commit 25c8a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puren_tonbo/tools/ptig.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def do_ls(self, line=None):
print('%s/' % x)
for x in file_list:
print('%s' % x)
do_dir = do_ls

def do_bookmarks(self, line=None):
"""Bookmark result (filenames), for use with `results` command
Expand Down

0 comments on commit 25c8a60

Please sign in to comment.