Allow analyzing tags

This commit is contained in:
Dominik Moritz Roth 2022-02-06 22:30:44 +01:00
parent d6dda44ae8
commit dfa2f89f29

View File

@ -1166,7 +1166,7 @@ def cliInterface():
p_read.add_argument('--only-connected', action="store_true")
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('-d', type=float, default=2.1, help='depth of expansion')