Function run

Source
pub fn run() -> Result<()>
Expand description

Runs the main logic of this tool

§Panics

Panics if the output can not be parsed to the specified format.

§Errors

This function will return an error if the conversion is resulting in an I/O error occurs.