mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 14:43:30 -07:00
Added terminal color detection
Added configuration Cleaned up context args
This commit is contained in:
@ -170,7 +170,7 @@ pub fn do_command(
|
||||
|
||||
t.push(&format!(
|
||||
" {key}{padding} = [c]{v}[n]\n",
|
||||
v = value.to_string(),
|
||||
v = value.display(context),
|
||||
));
|
||||
}
|
||||
}
|
||||
@ -184,7 +184,7 @@ pub fn do_command(
|
||||
|
||||
t.push(&format!(
|
||||
" {s}{padding} = [c]{v}[n]\n",
|
||||
v = exp.to_string(),
|
||||
v = exp.display(context),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user