1 2 3 4 5 6
use kflow::cli; #[tokio::main] async fn main() -> anyhow::Result<()> { cli::run_cli().await }