Skip to main content

command_path_from_parts

Function command_path_from_parts 

Source
pub fn command_path_from_parts(
    parts: &[impl AsRef<str>],
    path_annotation: Option<&str>,
) -> String
Expand description

Builds a colon-separated command path from path parts.

The optional annotation is used only for isolated single-command tests.