pub fn command_path_from_parts(
parts: &[impl AsRef<str>],
path_annotation: Option<&str>,
) -> StringExpand description
Builds a colon-separated command path from path parts.
The optional annotation is used only for isolated single-command tests.