File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DRY_RUN=false
88CREATE_MISSING=false
99BACKUP=false
1010BACKUP_DIR=" ./.backups"
11- FILE_MARKER=" ` ` ` [a-z]+ (.+)"
11+ FILE_MARKER=' ^ ```[a-z]+ (.+)$ '
1212SKIP_UNCHANGED=false
1313VERBOSE=false
1414CONFIRM=false
@@ -36,7 +36,7 @@ while [[ "$#" -gt 0 ]]; do
3636 echo " --create-missing Create files that don't exist"
3737 echo " --backup Create backup files before applying changes"
3838 echo " --backup-dir=<dir> Directory for backups (default: ./.backups)"
39- echo " --file-marker=<regex> Regex to identify target files from markdown (default: \"```[a-z]+ (.+)\") "
39+ echo " --file-marker=<regex> Regex to identify target files from markdown"
4040 echo " --skip-unchanged Skip files with no changes"
4141 echo " --verbose Show detailed output about changes"
4242 echo " --confirm Prompt for confirmation before applying each change"
You can’t perform that action at this time.
0 commit comments