Skip to content

Command Line Arguments

Álvaro García edited this page Sep 7, 2023 · 6 revisions

ACBR can be launched using command line arguments:

acbr-comic-book-reader [--flag(s)] [--option(s) [value]] [input_file_path(s)]

Here's a list of currently available flags and options:

  • flags:
    • --dev
      • action: launches the program in development mode (extra debug information will be logged)
  • options:
    • --tool
      • action: opens the provided tool on launch
      • values:
        • cc for the "convert comic books" tool.
        • more will be added in future versions.
    • --output-format
      • action: sets the output format to the provided value (if the selected tool has this option).
      • values: cbz, cb7, cbr (if enabled in the preferences), pdf, epub.
    • --output-folder
      • action: sets the output folder to the provided value (if the selected tool has this option)
      • values: a valid folder path.

Example:

acbr-comic-book-reader --tool cc --output-format cb7 --output-folder "C:\ACBR_Tests\CONVERTED" "C:\ACBR_Tests\comics\test.cbr" "C:\ACBR_Tests\comics\test.pdf"

Clone this wiki locally