mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
wip
This commit is contained in:
parent
aeddc2f958
commit
19eb3ad879
1 changed files with 2 additions and 0 deletions
|
|
@ -796,8 +796,10 @@ def validate_command_line(parser, args, log):
|
|||
return parser, plugin, log
|
||||
|
||||
def command_catalog(args, dbpath):
|
||||
print("library.cli:command_catalog() EXPERIMENTAL MODE")
|
||||
parser, plugin, log = catalog_option_parser(args)
|
||||
opts, args = parser.parse_args(sys.argv[1:])
|
||||
|
||||
if len(args) < 2:
|
||||
parser.print_help()
|
||||
print
|
||||
|
|
|
|||
Loading…
Reference in a new issue