Skip to main content

interactive_pick

Function interactive_pick 

Source
pub fn interactive_pick(
    test_names: &[String],
    prompt: &str,
) -> Result<Vec<String>>
Expand description

Interactive test picker using stdin/stdout. Returns the selected test names.