netrc-optional.d 373 B

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