2024-05-15 15:20:32 -04:00
|
|
|
---
|
2023-12-11 20:30:44 -05:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
|
|
Long: netrc-optional
|
|
|
|
Help: Use either .netrc or URL
|
|
|
|
Mutexed: netrc
|
|
|
|
Category: curl
|
|
|
|
Added: 7.9.8
|
|
|
|
Multi: boolean
|
2024-05-15 15:20:32 -04:00
|
|
|
See-also:
|
|
|
|
- netrc-file
|
|
|
|
Example:
|
|
|
|
- --netrc-optional $URL
|
2023-12-11 20:30:44 -05:00
|
|
|
---
|
2024-05-15 15:20:32 -04:00
|
|
|
|
|
|
|
# `--netrc-optional`
|
|
|
|
|
2023-12-11 20:30:44 -05:00
|
|
|
Similar to --netrc, but this option makes the .netrc usage **optional**
|
|
|
|
and not mandatory as the --netrc option does.
|