hrishikeshrt / PyCDSL

Python Interface to Cologne Digital Sanskrit Lexicon (CDSL)
https://pypi.org/project/PyCDSL/
Other
12 stars 1 forks source link

BUG: cannot update dictionaries without giving a search term #20

Closed hrishikeshrt closed 2 years ago

hrishikeshrt commented 2 years ago

Description

While trying to update dictionaries from CLI, an error is thrown that a search term must also be specified. Ideally, we should just be able to update dictionaries by specifying cdsl -u or cdsl -u -d MW etc.

What I Did

$ cdsl -u
Must specify a search pattern in non-interactive mode.

$ cdsl -u -d MW
Must specify a search pattern in non-interactive mode.