jjj 0.4.1

Distributed project management and code review for Jujutsu
Documentation
1
2
3
4
5
6
use crate::error::Result;
use crate::tui;

pub fn execute() -> Result<()> {
    tui::launch()
}