aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/man.rb
AgeCommit message (Collapse)Author
2016-10-23dev-cmd/man: use SOURCE_PATH instead of HOMEBREW_LIBRARYJosh Hagins
Don't Repeat Yourself.
2016-10-02Remove `private_class_method` from commands.Markus Reiter
2016-10-02Use `module_function` for commands.Markus Reiter
2016-10-01man: note --fail-if-changed date behaviour change.Mike McQuaid
As requested in #1199 this updates the documentation accordingly for that change.
2016-10-01man: set date when --fail-if-changed.Mike McQuaid
Set the manpage date to the existing one if we're checking for changes. This avoids the only change being e.g. a new date.
2016-09-29dev-cmd/man: display diff --stat, add --exit-codeSteven Peters
The --fail-if-changed option will cause `brew man` to return a failing status code if the man files have changed.
2016-09-20Simplify `brew man` authors.Markus Reiter
2016-09-20man: use new manpages/docs locations.Mike McQuaid
2016-09-20man: read lead, former maintainers, creator.Mike McQuaid
2016-09-11dev-cmd/man: fix Rubocop warnings.Mike McQuaid
2016-09-08Add DEVELOPER COMMANDS to manpage.Mike McQuaid
2016-09-08Don't hide some (now) developer commands.Mike McQuaid
2016-09-08Move developer-focused commands to dev-cmd.Mike McQuaid