mirror of
https://github.com/rm-dr/daisy
synced 2025-02-20 05:59:21 -08:00
Fixed colors
This commit is contained in:
parent
e3e23a686d
commit
b5a23f814f
@ -247,7 +247,7 @@ pub fn do_command(
|
||||
if args.len() != 2 {
|
||||
return FormattedText::new(
|
||||
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(()) => {
|
||||
FormattedText::new(
|
||||
format!(
|
||||
"[c]{v}[n] [t]isn't a variable.[n]\n\n",
|
||||
"[c]{v}[n] [e]isn't a variable.[n]\n\n",
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user