treeflow 0.1.9

CLI tool for simplified Git worktree management to speed up switching contexts when working collaboratively.
Documentation
1
2
3
4
5
6
7
pub mod commands;
mod matches;
mod handlers;
mod completers;

pub use commands::command;
pub use matches::match_treeflow;