Modified the info command to be more compact and concise by default, old behavior(with tracker and save location info added) moved to -v switch, old verbose mode(files and peers) moved to -d switch
This commit is contained in:
parent
249e331ae9
commit
80b88bf047
@ -118,7 +118,7 @@ class Command(BaseCommand):
|
|||||||
" | hitting <tab> a second time, will print 15 more matches; \n"\
|
" | hitting <tab> a second time, will print 15 more matches; \n"\
|
||||||
" | and a third press will print all remaining matches.\n"\
|
" | and a third press will print all remaining matches.\n"\
|
||||||
" | (To modify behaviour of third <tab>, set `third_tab_lists_all` to False)"
|
" | (To modify behaviour of third <tab>, set `third_tab_lists_all` to False)"
|
||||||
|
|
||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
self.console = component.get("ConsoleUI")
|
self.console = component.get("ConsoleUI")
|
||||||
# Compile a list of torrent_ids to request the status of
|
# Compile a list of torrent_ids to request the status of
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user