mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
8c65ce8726
commit
215a446575
@ -276,6 +276,9 @@ program will be used.
|
||||
return parser
|
||||
|
||||
|
||||
option_parser = create_option_parser
|
||||
|
||||
|
||||
def main(args=sys.argv):
|
||||
opts, args=create_option_parser().parse_args(args)
|
||||
if opts.manage_users:
|
||||
|
Loading…
x
Reference in New Issue
Block a user