Skip to main content

path_to_string

Function path_to_string 

Source
pub fn path_to_string(path: &[String]) -> String
Expand description

Converts a command path vector to a dot-separated string.

For example, ["db", "migrate"] becomes "db.migrate".