Skip to content

Make safe-sed overwrite and create backup (by opt-in)

Toon Claes requested to merge tc-safe-sed into master

Instead of manual interaction to update the file with safe-sed, overwrite the file, but create a backup file in .backups so the user is always able to recover to the previous state.

Configuration

Add this to your gdk.yml to opt-in:

gdk:
  overwrite_changes: true

Closes #540 (closed)

Edited by Toon Claes

Merge request reports