Update generated option files

This commit is contained in:
Fabrice Reix 2024-01-24 08:29:40 +01:00
parent 8319990d87
commit 404c022074
No known key found for this signature in database
GPG Key ID: BF5213154B2E7155
4 changed files with 20 additions and 3 deletions

View File

@ -297,6 +297,24 @@ Maximum time in seconds that you allow a request/response to take. This is the s
See also [`--connect-timeout`](#connect-timeout).
### -n, --netrc {#netrc}
Scan the .netrc file in the user's home directory for the username and password.
See also [`--netrc-file`](#netrc-file) and [`--netrc-optional`](#netrc-optional).
### --netrc-file <FILE> {#netrc-file}
Like [`--netrc`](#netrc), but provide the path to the netrc file.
See also [`--netrc-optional`](#netrc-optional).
### --netrc-optional {#netrc-optional}
Similar to [`--netrc`](#netrc), but make the .netrc usage optional.
See also [`--netrc-file`](#netrc-file).
### --no-color {#no-color}
Do not colorize output.

View File

@ -1,8 +1,8 @@
name: netrc
long: netrc
short: n
conflict: netrc_file netrc_optional
help: Must read .netrc for username and password
conflict: netrc_file netrc_optional
---
Scan the .netrc file in the user's home directory for the username and password.

View File

@ -1,8 +1,8 @@
name: netrc_file
long: netrc-file
value: FILE
conflict: netrc
help: Specify FILE for .netrc
conflict: netrc
---
Like [`--netrc`](#netrc), but provide the path to the netrc file.

View File

@ -8,4 +8,3 @@ Run in 'check' mode. Exits with 0 if input is formatted correctly, 1 otherwise.
This can not be used with [--output](#output).
This option is not stable yet.