git-bra 0.4.0

A Git worktree manager with project-aware configuration.
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(err) = bra::run() {
        bra::output::print_error(&err);
        std::process::exit(1);
    }
}