use shirabe::cli; fn main() { let parsed = cli::cli().run(); // TODO(phase-b): bridge the parsed CLI into Symfony Console's Input and // dispatch through Application::run. For now we only parse. let _ = parsed; }