You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we know a file must be an argument, error during option processing if it's not a readable file. We have this with OP_FROM_FILE for files that we open and process ourselves, but there are other files we don't open during argument processing (for instance --tls-key/--tls-cert/--tls-chain)
The text was updated successfully, but these errors were encountered:
If we know a file must be an argument, error during option processing if it's not a readable file. We have this with OP_FROM_FILE for files that we open and process ourselves, but there are other files we don't open during argument processing (for instance --tls-key/--tls-cert/--tls-chain)
The text was updated successfully, but these errors were encountered: