No "--" command line option to seperate filename and options
Open
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 296
- PR merge metrics
- No merged PRs in 30d
Description
- 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".
Contributor guide
Assessment
This issue has not been assessed yet.