netrc-optional.md (408B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: netrc-optional 5 Help: Use either .netrc or URL 6 Mutexed: netrc 7 Category: auth 8 Added: 7.9.8 9 Multi: boolean 10 See-also: 11 - netrc-file 12 Example: 13 - --netrc-optional $URL 14 --- 15 16 # `--netrc-optional` 17 18 Similar to --netrc, but this option makes the .netrc usage **optional** 19 and not mandatory as the --netrc option does.