Closed Xitian9 closed 7 years ago
Come to think of it, there may not be a need for the trepeat parameter, since it could just be bundled into the tdelta (they're both strings which are concatenated immediately after one another). It would add a bit to the cognitive load of determining what the parameters mean, but would simplify the code. Do others have opinions on which approach is best?
Will do. Sorry for the bad commit style.
Do you have an opinion on merging the tdelta and trepeat parameters, or keeping them separate? Barring any objections, I'll just merge the two.
Cleaning this up was messy enough that I've created a new pull request #7. Closing.
Add various functionality to ics2rem, including:
I've been doing these things with sed scripts so far, but that's clearly the wrong solution. I think this fix adds the functionality without adding too much complexity.