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
Is it possible to add an exact selector to the manga parameter to match the name from the result list? Something like below;
A new selector like below that matches the name;
mangal inline --source Mangasee --query "Naruto" --manga exact -j
I tried the following items in order to get the same result;
mangal inline --source Mangasee --query "Naruto" -j
mangal inline --source Mangasee --query "Naruto" --manga <index> --chapters all -j
See oae/kaizoku#33
The text was updated successfully, but these errors were encountered:
Hi, sure! Will do
Sorry, something went wrong.
feat(inline): exact manga selector #131
2e0fbec
Successfully merging a pull request may close this issue.
Feature Description
Is it possible to add an exact selector to the manga parameter to match the name from the result list? Something like below;
Solution you would like
A new selector like below that matches the name;
mangal inline --source Mangasee --query "Naruto" --manga exact -j
Alternatives you have considered
I tried the following items in order to get the same result;
mangal inline --source Mangasee --query "Naruto" -j
mangal inline --source Mangasee --query "Naruto" --manga <index> --chapters all -j
Additional context
See oae/kaizoku#33
The text was updated successfully, but these errors were encountered: