refactor: Rewrite cmd_duration, directory and env_var module to use module config (#460)

This PR is a batched rewrite of the following modules:
- cmd_duration
- directory
- env_var
This commit is contained in:
Zhenhui Xie
2019-10-15 19:34:48 +08:00
committed by Matan Kushner
parent 2fd1920f7d
commit be2d5cf1cd
8 changed files with 132 additions and 54 deletions
+3
View File
@@ -1,8 +1,11 @@
pub mod aws;
pub mod battery;
pub mod character;
pub mod cmd_duration;
pub mod conda;
pub mod directory;
pub mod dotnet;
pub mod env_var;
pub mod go;
pub mod hostname;
pub mod jobs;