Skip to content

Commit 2cd33a5

Browse files
committed
feat: use , as separator for countries list
1 parent c418483 commit 2cd33a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

countryfetch/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ impl Args {
122122
let aliases = value
123123
.get_name_and_aliases()
124124
.collect::<Vec<&str>>()
125-
.join(&" OR ".red().to_string());
125+
.join(", ");
126126
println!("{} {aliases}", country.emoji());
127127
}
128128
}

0 commit comments

Comments
 (0)