Allow analyzing tags
This commit is contained in:
parent
d6dda44ae8
commit
dfa2f89f29
@ -1166,7 +1166,7 @@ def cliInterface():
|
|||||||
p_read.add_argument('--only-connected', action="store_true")
|
p_read.add_argument('--only-connected', action="store_true")
|
||||||
|
|
||||||
p_show = cmds.add_parser('analyze', description="TODO", aliases=[])
|
p_show = cmds.add_parser('analyze', description="TODO", aliases=[])
|
||||||
p_show.add_argument('type', choices=['any', 'book', 'recommender', 'author', 'series'])
|
p_show.add_argument('type', choices=['any', 'book', 'recommender', 'author', 'series', 'tag'])
|
||||||
p_show.add_argument('name', type=str)
|
p_show.add_argument('name', type=str)
|
||||||
p_show.add_argument('-d', type=float, default=2.1, help='depth of expansion')
|
p_show.add_argument('-d', type=float, default=2.1, help='depth of expansion')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user