jj-vine 0.1.0

Stacked pull requests for jj (jujutsu). Supports GitLab and bookmark-based flow.
Documentation
1
2
3
4
5
6
use jj_vine::{cli::cli_main, error::Result};

#[tokio::main]
async fn main() -> Result<()> {
    cli_main().await
}