Options for file patch operations

interface PatchFileOptions {
    backupSuffix?: string;
    createBackup?: boolean;
}

Properties

backupSuffix?: string

Backup file suffix (defaults to '.bak')

createBackup?: boolean

Create backup before patching