Improve selection format hint in browse command
This commit is contained in:
@@ -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!();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user