pub fn args_to_query_string(args: Vec<String>) -> String
Expand description

Transforms some command-line arguments into URL query parameters, using & as the separator between arguments. The string returned starts with ?, unless the arguments are all empty.