-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
brew desc <formula>
should just work, and not require --eval-all
#16733
Comments
Similarly, there should be a simple way to get a list of all the things one installed intentionally (as opposed to auto installed as a dependency). See the discussion under my answer re |
Please don't bring up other issues in the same one or create another feature request for this one, thanks. If you're not happy with how |
Weird I posted this first but it didn't show up 🤷🏻
Definitely solvable and agreed we should have an issue open to track this. |
Sure, no problem! But as I wrote in that comment:
I wanted to see the receptiveness about my request for |
I'll reopen #16237 which seems to be relevant here. The discussion stalled out a bit though but it should give you some good background into why things are the way they are. |
Verification
brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.Provide a detailed description of the proposed feature
brew desc
is such a basic command. The current situation is like bash requiring users to typels --eval-all
just to get a directory listing.What is the motivation for the feature?
I understand the
--eval-all
has been required for a while for a security reason. I don't know more, as I haven't looked under the covers. But it's hard for me to believe that this is not solvable, that there is something about Homebrew that makes it impossible to look up a description without disabling security.How will the feature be relevant to at least 90% of Homebrew users?
I have to believe that querying basic info about a formula is a very basic operation that everyone does.
What alternatives to the feature have been considered?
brew info
Requiring users do option 2 is bad. Option 1 works, but the fact that the first line is the same output of
brew desc --eval-all
makes me question even more whybrew desc
can't just work.The text was updated successfully, but these errors were encountered: