1 2 3 4 5 6
use std::process::ExitCode; #[tokio::main] async fn main() -> ExitCode { open_pincery::cli::run().await }