Sha256: 5917f9f174146a3a481bc20d9ea5e379c475dc4b49b382d5b0436c8e9accb4f9
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 KB
Contents
.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "GUARD" "1" "June 2011" "" "" . .SH "NAME" \fBguard\fR \- Guard keeps an eye on your file modifications\. . .SH "SYNOPSIS" guard \fIcommand\fR \fIoptions\fR . .SH "DESCRIPTION" Guard is a command line tool that easily handle events on files modifications\. . .SH "HOMEPAGE" https://github\.com/guard/guard . .SH "OPTIONS" . .TP \fB\-c\fR, \fB\-\-clear\fR Clears the Shell after each change\. . .TP \fB\-n\fR \fIflag\fR, \fB\-\-notify\fR \fIflag\fR Disable notifications (Growl or Libnotify depending on your system)\. Note that notifications can also be disabled globally by setting a GUARD_NOTIFY environment variable to false\. The \fIflag\fR part can be passed to guard using true/false or t/f\. . .TP \fB\-g\fR \fIgroup\fR \.\.\., \fB\-\-group\fR \fIgroup\fR \.\.\. Runs only the groups specified\. . .TP \fB\-d\fR, \fB\-\-debug\fR Runs Guard in debug mode\. . .TP \fB\-h\fR List all of Guard\'s available commands\. . .SH "COMMANDS" . .TP \fBstart\fR Starts Guard\. This is the default command if none is provided\. . .TP \fBinit\fR [guard] Add the requested guard\'s default Guardfile configuration to the current Guardfile\. . .TP \fBshow\fR, \fB\-T\fR List defined groups and guards for the current Guardfile\. . .SH "EXAMPLES" \fB[bundle exec] guard \-\-clear \-\-group backend frontend \-\-notify false \-\-debug\fR . .P or in a more concise way: . .P \fB[bundle exec] guard \-c \-g backend frontend \-n f \-d\fR . .SH "AUTHORS / CONTRIBUTORS" Thibaud Guillaume\-Gentil is the main author\. . .P A list of contributors based on all commits can be found here: https://github\.com/guard/guard/contributors . .P For an exhaustive list of all the contributors, please see the CHANGELOG: https://github\.com/guard/guard/blob/master/CHANGELOG\.md
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guard-0.5.1 | man/guard.1 |
guard-0.5.0 | man/guard.1 |