Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.8k stars 273 forks source link

No "--" command line option to seperate filename and options #263

Open johnflux opened 5 years ago

johnflux commented 5 years ago

$ html2text --version Unrecognized command line option "--version", try "-help".

$ echo "Hello" > -f.html $ html2text -f.html Unrecognized command line option "-f.html", try "-help". $ html2text -- -f.html Unrecognized command line option "--", try "-help".