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
argsas ansdsforgecommand line and execute it. - run_gui
- Launch the GUI. Thin re-export so both binaries share one call site.