-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Define further error handlers #1
Comments
The Exmaple: It would be neat if we could offer a way for the user to find out which FreeBSD package to install. tells us: ...almost.
Turns out that So we really need a way to search for the full file name, not "minus any version numbers". Is there a way to do this @dlangille? (Also, is it a bug that this query returns HTML rather than plaintext?) |
We might even want to run
|
Also, for example:
|
Does this work with packages that are not installed as well? |
Wow! Sounds like what we need. (At least if it keeps track of Related: FreshPorts/freshports#219 (comment) |
Define further error handlers, e.g., for
sudo pkg install ...
but we should actually offer to do itImplemented so far:
The text was updated successfully, but these errors were encountered: