mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-14 11:35:42 +00:00
Show client flags (#4542)
This commit is contained in:
parent
33e1c788f4
commit
013647340c
1 changed files with 0 additions and 3 deletions
|
@ -48,19 +48,16 @@ var GlobalFlags = append([]cli.Flag{
|
|||
Sources: cli.EnvVars("WOODPECKER_SKIP_VERIFY"),
|
||||
Name: "skip-verify",
|
||||
Usage: "skip ssl verification",
|
||||
Hidden: true,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Sources: cli.EnvVars("SOCKS_PROXY"),
|
||||
Name: "socks-proxy",
|
||||
Usage: "socks proxy address",
|
||||
Hidden: true,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Sources: cli.EnvVars("SOCKS_PROXY_OFF"),
|
||||
Name: "socks-proxy-off",
|
||||
Usage: "socks proxy ignored",
|
||||
Hidden: true,
|
||||
},
|
||||
}, logger.GlobalLoggerFlags...)
|
||||
|
||||
|
|
Loading…
Reference in a new issue