We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users will mistype data such as projectnames and dictionaries. Trap this prettily and give simple error messages.
Action: after tomorrow create incorrect inputs for
ami-search-new -p myproject --dictionary country /some/where/dict
Typical errors:
ami-serach-new
-p
myproject
--dictionary
-dictionary
-
--diktionary
--dictionary contry
NOTE: ami-search-cooccur is being replaced by ami-search-new
ami-search-cooccur
ami-search-new
The text was updated successfully, but these errors were encountered:
Trapped missing project and non-exists project files.
Sorry, something went wrong.
petermr
ambarishK
No branches or pull requests
Users will mistype data such as projectnames and dictionaries.
Trap this prettily and give simple error messages.
Action: after tomorrow create incorrect inputs for
Typical errors:
ami-serach-new
(misspelt)-p
myproject
does not exist--dictionary
-dictionary
(only one-
)--diktionary
(misspelt)--dictionary contry
(non-existent)NOTE:
ami-search-cooccur
is being replaced byami-search-new
The text was updated successfully, but these errors were encountered: