Skip to content

Commit e76e4ae

Browse files
committed
Update man with new --enable-network-proxy flag
1 parent 377baeb commit e76e4ae

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

source/bear/man/bear.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ Force to use the dynamic linker method of \f[C]intercept\f[R] command.
5454
.TP
5555
--force-wrapper
5656
Force to use the compiler wrapper method of \f[C]intercept\f[R] command.
57+
.TP
58+
--enable-network-proxy
59+
Forward HTTP proxy environment variables (\f[C]http_proxy\f[R],
60+
\f[C]https_proxy\f[R], \f[C]grpc_proxy\f[R] and their capitalized
61+
versions) to \f[C]intercept\f[R] command.
62+
They are unset by default.
5763
.SH COMMANDS
5864
.TP
5965
\f[B]\f[CB]bear-intercept(1)\f[B]\f[R]

source/bear/man/bear.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ compilation database.
5555
\--force-wrapper
5656
: Force to use the compiler wrapper method of `intercept` command.
5757

58+
\--enable-network-proxy
59+
: Forward HTTP proxy environment variables (`http_proxy`, `https_proxy`,
60+
`grpc_proxy` and their capitalized versions) to `intercept` command.
61+
They are unset by default.
62+
5863
# COMMANDS
5964

6065
`bear-intercept(1)`

0 commit comments

Comments
 (0)