Skip to main content

show

Function show 

Source
pub fn show(theme: Theme) -> Result<(), Error>
Expand description

Print formatted test history to stdout.

ยงErrors

Returns Error::IoError if reading the history file fails. Returns Error::ParseJson if the history file contains invalid JSON.