@woss/exiftool - v0.3.1
    Preparing search index...

    Function runAction

    • Runs a single CLI action (read or write) with the given options and files. This is the core logic used by both main() and the -stay_open daemon.

      Parameters

      • options: CliOptions

        Parsed CLI options

      • ...files: string[]

        File paths or tag assignments (TAG=VALUE)

      Returns Promise<number>

      Exit code (0 = success, 1 = failure)