You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't always have control over the files you are trying to operate on, so having the ability to work with line numbers or regular expressions would be really useful. We could simply have some match_type option that changed what the keys in the data option meant, defaulting to placeholder.
This option would support the following:
placeholder (default)
line - note that this one can create some issues, since as stuff gets appended/replaced inside the file, the line number will be changing, so we need to think this through, and plan how we really want it to perform
You don't always have control over the files you are trying to operate on, so having the ability to work with line numbers or regular expressions would be really useful. We could simply have some
match_type
option that changed what the keys in thedata
option meant, defaulting toplaceholder
.This option would support the following:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: