Skip to main content

Crate sdsforge

Crate sdsforge 

Source
Expand description

Shared CLI/GUI implementation for the sdsforge binary.

Exposes run_cli_from and run_gui so the deprecated sdsconv compat binary (see ../sdsconv) can execute the exact same command parsing and task implementations instead of duplicating them — the old binary forwards its argv into run_cli_from rather than reimplementing anything.

Functions§

init_process
Install the pdf-extract panic filter and initialise tracing. Call once, before branching into CLI or GUI mode.
run_cli_from
Parse args as an sdsforge command line and execute it.
run_gui
Launch the GUI. Thin re-export so both binaries share one call site.