aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/desc.rb
AgeCommit message (Collapse)Author
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-11cmd/desc: fix Rubocop warnings.Mike McQuaid
2016-04-10Add all the top level commentsMax Nordlund
2015-09-10desc: print descriptions directly by formulae instead of cacheXu Cheng
We allow passing formulae by URL, file path, etc whose descriptions won't be cached Closes Homebrew/homebrew#43726. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-10desc: better way to handle optionsXu Cheng
We allow to use options like --verbose and --debug for all commands. And we should support switch format options, e.g. `brew desc -vs foo`
2015-09-08Improve description searching and add a cache.Dan Martinez
Closes Homebrew/homebrew#42281. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>