tool_getparam: fix hiding of command line secrets

Closes #10276
This commit is contained in:
Harry Sintonen 2023-01-11 11:39:33 +01:00 committed by Daniel Stenberg
parent d6b5d9f4ae
commit 2ed0e1f70e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 10 additions and 7 deletions

View file

@ -55,6 +55,7 @@ struct GlobalConfig;
struct OperationConfig;
ParameterError getparameter(const char *flag, char *nextarg,
argv_item_t cleararg,
bool *usedarg,
struct GlobalConfig *global,
struct OperationConfig *operation);