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.
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
orcdsl -u -d MW
etc.What I Did