Add builder pattern for segment

This commit is contained in:
Matan Kushner
2019-04-12 17:49:20 -04:00
parent 7356faaec2
commit d82ebc4457
7 changed files with 91 additions and 29 deletions
+1
View File
@@ -7,6 +7,7 @@ extern crate git2;
mod modules;
mod print;
mod segment;
use clap::{App, Arg};