Skip to main content

run_and_write

Function run_and_write 

Source
pub fn run_and_write(args: Args) -> Result<(), String>
Expand description

Runs hr-shape from a parsed argument struct and writes output to the configured destination.

ยงErrors

Returns an error string if shaping or output writing fails.