Skip to content

Commit

Permalink
Introduce ending token for starred fragment filename.
Browse files Browse the repository at this point in the history
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
jesterKing committed Dec 8, 2023
1 parent 4f13337 commit d648e85
Show file tree
Hide file tree
Showing 3 changed files with 4,030 additions and 3,886 deletions.
Loading

1 comment on commit d648e85

@jesterKing
Copy link
Owner Author

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.

Please sign in to comment.