mirror of
https://github.com/devine-dl/devine.git
synced 2025-04-29 17:49:44 +00:00
Re-implement title listing with rich tree
Note that the full title list will no longer be printed unless --list-titles is used.
This commit is contained in:
parent
f7c4d72108
commit
97b3dbeed2
@ -289,9 +289,8 @@ class dl:
|
||||
(1, 2)
|
||||
))
|
||||
|
||||
console.log(titles.tree(verbose=list_titles))
|
||||
if list_titles:
|
||||
for title in titles:
|
||||
console.log(title)
|
||||
return
|
||||
|
||||
for i, title in enumerate(titles):
|
||||
|
Loading…
x
Reference in New Issue
Block a user