useclap::Parser;usegraby::Config;usestd::process;fnmain(){// Parsing the terminal arguments to the Config structure.
let config =Config::parse();// Check for parsing errors.
ifletErr(e)=graby::run(config){eprintln!("Application error: {e}");process::exit(1);}}