Provided by: calibre_3.21.0+dfsg-1build1_all bug

NAME

       calibre-debug - calibre-debug

          calibre-debug [選項]

       Various  command  line  interfaces  useful  for  debugging  calibre. With no options, this
       command starts an embedded Python interpreter. You can also run the main calibre GUI,  the
       calibre viewer and the calibre editor in debug mode.

       It  also contains interfaces to various bits of calibre that do not have dedicated command
       line tools, such as font subsetting, the e-book diff tool and so on.

       You can also use calibre-debug to run standalone scripts. To do that use it like this:
          calibre-debug myscript.py -- --option1 --option2 file1 file2 ...

       Everything after the -- is passed to the script.

       Whenever you pass arguments to  calibre-debug  that  have  spaces  in  them,  enclose  the
       arguments in quotation marks. For example: "/some path/with spaces"

[選項]

       --add-simple-plugin
              通過指定包含外掛代碼的文件來添加簡單外掛(例如,一個python腳本)

       --command, -c
              Run Python code.

       --debug-device-driver, -d
              偵測除錯目標

       --default-programs
              從 Windows 預設程式註冊 / 註銷 calibre。 --default-programs = (register|unregister)

       --diff 執行calibre diff工具。例如: calibre-debug --diff file1 file2

       --edit-book, -t
              Launch the calibre "Edit book" tool in debug mode.

       --exec-file, -e
              Run the Python code in file.

       --explode-book, -x
              Explode  the  book  into  the  specified  directory. Usage: -x file.epub output_dir
              Exports the book as a collection of HTML files and metadata,  which  you  can  edit
              using standard HTML editing tools. Works with EPUB, AZW3, HTMLZ and DOCX files.

       --export-all-calibre-data
              輸出所有calibre的資料 (books/settings/plugins)

       --gui, -g
              執行啟用偵錯模式的GUI。偵錯記錄將於 stdout 與 stderr 。

       --gui-debug
              以偵錯主控台啟動GUI,並將記錄日誌寫入到指定路徑,僅供內部使用,使用  -g選項啟動以偵
              錯主控台啟動GUI。

       --help, -h
              顯示此幫助信息並退出

       --implode-book, -i
              Implode a previously exploded book. Usage: -i output_dir file.epub Imports the book
              from  the  files  in  output_dir which must have been created by a previous call to
              --explode-book. Be sure to specify the same file type as was used when exploding.

       --import-calibre-data
              匯入以前匯出的calibre資料

       --inspect-mobi, -m
              查看指定目錄的 MOBI 文件

       --paths
              設定 calibre 環境時輸出路徑是必需的

       --reinitialize-db
              將指定路徑的calibre  SQLite 資料庫重新初始化,這對資料庫損毀有所幫助。

       --run-plugin, -r
              執行一個提供命令行介面的外掛。例如:  calibre-debug  -r  "Add   Books"   --   file1
              --option1-- 後方的內容將被當作參數傳遞給外掛。

       --shutdown-running-calibre, -s
              原因是有執行中的 calibre 實體,如果有,應該將它關閉,注意如果有任何執行中的工作,它
              們會被直接中止,因此請小心使用。

       --subset-font, -f
              Subset the specified font. Use -- after this option to  pass  option  to  the  font
              subsetting program.

       --test-build
              測試構建中的二進制模組

       --version
              顯示程序版本號並退出

       --viewer, -w
              Run the E-book viewer in debug mode

AUTHOR

       Kovid Goyal

COPYRIGHT

       Kovid Goyal