R/utils.R
format_cmd_args.Rd
Formats command line args from a named list to a string as it would be passed on the command line
format_cmd_args(.args, .collapse = FALSE)
A named list of .args to check
If FALSE
, the default, returns a character vector. If TRUE
, collapses return vector to a single string.
character vector of command args