markmv - v1.39.2
    Preparing search index...

    Interface WaybackOptions

    Configuration options for Wayback Machine conversion operations.

    interface WaybackOptions {
        dryRun?: boolean;
        verbose?: boolean;
        json?: boolean;
        recursive?: boolean;
    }
    Index
    dryRun?: boolean

    Perform a dry run without making actual changes

    verbose?: boolean

    Enable verbose output with detailed progress information

    json?: boolean

    Output results in JSON format

    recursive?: boolean

    Process directories recursively