html2text icon indicating copy to clipboard operation
html2text copied to clipboard

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

Open johnflux opened this issue 7 years ago • 0 comments

  • Version by html2text --version

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

  • Test script

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

johnflux avatar Mar 08 '19 05:03 johnflux