2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 21:20:36 +08:00
|
|
|
Long: netrc-optional
|
|
|
|
Help: Use either .netrc or URL
|
|
|
|
Mutexed: netrc
|
|
|
|
See-also: netrc-file
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: curl
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --netrc-optional $URL
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 7.9.8
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-16 21:20:36 +08:00
|
|
|
---
|
2021-11-01 20:43:11 +08:00
|
|
|
Similar to --netrc, but this option makes the .netrc usage **optional**
|
2016-11-16 21:20:36 +08:00
|
|
|
and not mandatory as the --netrc option does.
|