Commit 8dd1ea8 1 parent 878a362 commit 8dd1ea8 Copy full SHA for 8dd1ea8
File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 19
19
# shellcheck disable=2317 # Ignore unreachable - most function are not called.
20
20
# shellcheck disable=2155 # Ignore Declare and assign separately
21
21
22
- VERSION=v2.2 .0
22
+ VERSION=v2.3 .0
23
23
24
24
ESCAPE=$( printf " \033" )
25
25
NOCOLOR=" ${ESCAPE} [0m"
Original file line number Diff line number Diff line change 2
2
.\" Title: bash_unit
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 2.0.21
5
- .\" Date: 2024-02-22
5
+ .\" Date: 2024-03-05
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
- .TH "BASH_UNIT" "1" "2024-02-22 " "\ \& " "\ \& "
10
+ .TH "BASH_UNIT" "1" "2024-03-05 " "\ \& " "\ \& "
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -77,6 +77,13 @@ command line).
77
77
specify an alternative output format.
78
78
The only supported value is \fB tap \fP .
79
79
.RE
80
+ .sp
81
+ \fB \- q \fP
82
+ .RS 4
83
+ quiet mode.
84
+ Will only output the status of each test with no further
85
+ information even in case of failure.
86
+ .RE
80
87
.SS "\c .URL "https://pre\- commit.com" "pre\- commit" hook"
81
88
.sp
82
89
You can run \f(CR bash_unit \fP as a \c
@@ -92,9 +99,10 @@ configuration. By default it will run scripts that are identified as shell scrip
92
99
.fam C
93
100
repos:
94
101
\- repo: https://github.com/pgrange/bash_unit
95
- rev: v1.7 .0
102
+ rev: v2.2 .0
96
103
hooks:
97
104
\- id: bash\- unit
105
+ always\- run: true
98
106
.fam
99
107
.fi
100
108
.if n .RE
You can’t perform that action at this time.
0 commit comments