summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-12 17:49:20 -0400
committerMatan Kushner <hello@matchai.me>2019-04-12 17:49:20 -0400
commitd82ebc4457adefcd9ad45c4d3d6d611c28d80cc3 (patch)
tree1b110727e2857bb3101ffd60ab8b881eb5c2cdc5 /src/main.rs
parent7356faaec2cdb99abd662f33d716ab6387d4f48f (diff)
Add builder pattern for segment
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index b8f11cfc9..f8bc4bcd4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -7,6 +7,7 @@ extern crate git2;
mod modules;
mod print;
+mod segment;
use clap::{App, Arg};