mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
414db0f196
commit
10d82a30fe
@ -198,7 +198,7 @@ def cli_docs(app):
|
|||||||
documented_cmds = []
|
documented_cmds = []
|
||||||
undocumented_cmds = []
|
undocumented_cmds = []
|
||||||
|
|
||||||
for script in entry_points['console_scripts']:
|
for script in entry_points['console_scripts'] + entry_points['gui_scripts']:
|
||||||
module = script[script.index('=')+1:script.index(':')].strip()
|
module = script[script.index('=')+1:script.index(':')].strip()
|
||||||
cmd = script[:script.index('=')].strip()
|
cmd = script[:script.index('=')].strip()
|
||||||
if cmd in ('calibre-complete', 'calibre-parallel'): continue
|
if cmd in ('calibre-complete', 'calibre-parallel'): continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user