karlb / wikdict-web

Web front end for WikDict dictionaries
https://www.wikdict.com
MIT License
16 stars 2 forks source link

wikdict-query: Stop "python -m wikdict_query" from crashing, and add --help #19

Closed hartwork closed 3 years ago

hartwork commented 3 years ago
# python -m wikdict_query --help
usage: python -m wikdict_query DB_FILENAME WORD

positional arguments:
  DB_FILENAME  Path to SQLite3 file
  WORD         Word to lookup

optional arguments:
  -h, --help   show this help message and exit