refactor: Refactor git state module to use module config (#605)

This commit is contained in:
Zhenhui Xie
2019-11-06 21:00:31 +08:00
committed by Matan Kushner
parent 48726fdd2a
commit a3d5ea3e43
3 changed files with 107 additions and 79 deletions
+1
View File
@@ -7,6 +7,7 @@ pub mod directory;
pub mod dotnet;
pub mod env_var;
pub mod git_branch;
pub mod git_state;
pub mod git_status;
pub mod go;
pub mod hostname;