Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce ending token for starred fragment filename.
Fix #34 through introduction of ending token, which is essentially whitespace and a dollar sign. The reason to do this is to also prepare for extra information on the options line after the filename. For instance it now becomes easy to add information about say templates to use for a file.
- Loading branch information
d648e85
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing from the commit message was that a try-catch was added around the actual writing of the file in case that fails.