worktree-io 0.17.6

A CLI tool to open GitHub issues as git worktree workspaces
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod list;
pub mod open;
pub mod open_multi;
pub mod prune;
pub mod restore;
pub mod scheme;
pub mod setup;