ryneeverett / mkcodes

A command-line utility for pulling code blocks out of markdown files.
Apache License 2.0
15 stars 7 forks source link

Ensure that mkdirs eventually stops. #6

Closed thatch closed 4 years ago

thatch commented 4 years ago

With the default value for --output that doesn't have a / in it, this would loop forever. Now ensure that it only loops once per path component.