mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
wip
This commit is contained in:
parent
aeddc2f958
commit
19eb3ad879
@ -796,8 +796,10 @@ def catalog_option_parser(args):
|
|||||||
return parser, plugin, log
|
return parser, plugin, log
|
||||||
|
|
||||||
def command_catalog(args, dbpath):
|
def command_catalog(args, dbpath):
|
||||||
|
print("library.cli:command_catalog() EXPERIMENTAL MODE")
|
||||||
parser, plugin, log = catalog_option_parser(args)
|
parser, plugin, log = catalog_option_parser(args)
|
||||||
opts, args = parser.parse_args(sys.argv[1:])
|
opts, args = parser.parse_args(sys.argv[1:])
|
||||||
|
|
||||||
if len(args) < 2:
|
if len(args) < 2:
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
print
|
print
|
||||||
|
Loading…
x
Reference in New Issue
Block a user