1 2 3 4 5 6
use jj_vine::{cli::cli_main, error::Result}; #[tokio::main] async fn main() -> Result<()> { cli_main().await }