Function jisort::run

source ·
pub fn run(config: Config) -> Result<(), Error>
Expand description

Run the import sorter.

This is a convenience method to create an App and print its Report.

This also checks for the version & list flag, unlike App::run which does not.