Improve selection format hint in browse command

This commit is contained in:
2025-12-15 00:50:07 +01:00
parent 327846de03
commit 8214e3225f

View File

@@ -43,7 +43,7 @@ pub fn execute(category_filter: Option<String>, interactive: bool) -> Result<()>
println!("{}", "Popular mpv Scripts".bold().underline());
if interactive {
println!("{}", "Enter numbers to add repos (e.g., 1 3 5 or 1-5)\n".dimmed());
println!("{}", "Select by number: 1 3 5 | 1,3,5 | 1-5 | 1-3,7,9-11".dimmed());
}
println!();