diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-05-20 00:46:53 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-05-20 00:46:53 -0700 |
| commit | 27f6c391c8da6efe49b11f73f5258d5cb124590b (patch) | |
| tree | 6ba0cd2231a00853223da034c95f5a350d61fa5a /bp.1 | |
| parent | d9f0a92839000018eaaf7ebb34ed0260792fd116 (diff) | |
Added errors doc
Diffstat (limited to 'bp.1')
| -rw-r--r-- | bp.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -271,6 +271,16 @@ not contain the word \f[B]\[lq]IGNORE\[rq]\f[R]) \f[I]name\f[R]\f[B]:\f[R] \f[I]pat\f[R] Define \f[I]name\f[R] to mean \f[I]pat\f[R] (pattern definition) .TP +\f[B](!)\f[R] \f[I]error-pat\f[R] +If \f[I]error-pat\f[R] matches, \f[B]bp\f[R] will not print any results +in this file and instead print an error message highlighting the +matching position of \f[I]error-pat\f[R] in the file and printing the +text of \f[I]error-pat\f[R] as an error message. +Then, \f[B]bp\f[R] will exit with a failure status and not process any +further files. +(e.g.\ \f[B]bp -G -p `(!){NOCOMMIT}=>\[dq]Cannot commit because of +this\[dq]' && git commit -a\f[R]) +.TP \f[B]#\f[R] \f[I]comment\f[R] A line comment .SH GRAMMAR FILES |
