1#![doc = include_str!("../README.md")] 2 3pub mod command; 4pub mod error; 5pub mod git; 6pub mod trunk;