limb 0.1.0

A focused CLI for git worktree management
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    limb::run()
}