nicer input prompts
This commit is contained in:
parent
a29ab0cc42
commit
4626e6c1da
|
@ -352,7 +352,7 @@ fn update(
|
||||||
let mut choices: Vec<String> = Vec::new();
|
let mut choices: Vec<String> = Vec::new();
|
||||||
let mut count = 1;
|
let mut count = 1;
|
||||||
for choice in &q_choices {
|
for choice in &q_choices {
|
||||||
choices.push(format!("[{}] @{}: {}",
|
choices.push(format!("({}) <{}> {}",
|
||||||
count, choice.recipient, choice.text));
|
count, choice.recipient, choice.text));
|
||||||
count += 1;
|
count += 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue