Function abstutil::args_to_query_string
source · [−]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.