pauby / PsTodoTxt

This is a PowerShell CLI to the Todo.txt todo file format with some PowerShell like features.
MIT License
3 stars 3 forks source link

Expose private Test- functions publicly #21

Closed pauby closed 3 years ago

pauby commented 3 years ago

The PSTodoWarrior module needs to validate some TodoTxt data such as the date format. Rather than rewriting this code all over again in that module, we should expose the TodoTxt Test- functions for reusability.