mirror of https://github.com/rm-dr/daisy
Fixed colors
parent
e3e23a686d
commit
b5a23f814f
|
@ -247,7 +247,7 @@ pub fn do_command(
|
||||||
if args.len() != 2 {
|
if args.len() != 2 {
|
||||||
return FormattedText::new(
|
return FormattedText::new(
|
||||||
format!(
|
format!(
|
||||||
"[c]{first}[n] [t]takes exactly one argument.[n]\n\n",
|
"[c]{first}[n] [e]takes exactly one argument.[n]\n\n",
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -261,7 +261,7 @@ pub fn do_command(
|
||||||
Err(()) => {
|
Err(()) => {
|
||||||
FormattedText::new(
|
FormattedText::new(
|
||||||
format!(
|
format!(
|
||||||
"[c]{v}[n] [t]isn't a variable.[n]\n\n",
|
"[c]{v}[n] [e]isn't a variable.[n]\n\n",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue