1 2 3 4
use ::forky_cli::prelude::*; use forky_fs::prelude::*; fn main() -> anyhow::Result<()> { ForkyCli.run_with_cli_args() }