gautamdhameja / medium-2-md

A CLI tool that converts exported Medium posts (html) to Jekyll/Hugo compatible markdown with front matter.
https://www.npmjs.com/package/medium-2-md
Apache License 2.0
142 stars 19 forks source link

Parameter order on macOS #13

Open adrian-gheorghe opened 4 years ago

adrian-gheorghe commented 4 years ago

Hello, Thanks for your work on this cli tool!

It seems that adding the flags after the directory(like in the examples) does not work on macOS. medium-2-md covertLocal ./medium-export/posts -dfi does not work for me while medium-2-md convertLocal -dfi ./medium-export/posts does

Tested on MacOS Catalina v10.15.2