1,2,3,4
This commit is contained in:
		@@ -60,7 +60,7 @@ async fn main() {
 | 
			
		||||
            refresh(&parser).await;
 | 
			
		||||
            continue;
 | 
			
		||||
        } else if user_wish == "d" {
 | 
			
		||||
            let selection = readline.input("Download all or select in comma separated [a]: ");
 | 
			
		||||
            let selection = readline.input("Download all or select in comma separated [a | 1,2,3,4]: ");
 | 
			
		||||
            let selection = selection.trim();
 | 
			
		||||
 | 
			
		||||
            let to_download = loop {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user