pub fn args_to_query_string(args: Vec<String>) -> StringExpand 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.