feat(vcsh): Add new module for VCSH (#2513)

* feat(vcsh): Implement new VCSH module

* test(vcsh): Add unit tests for VCSH module

* docs(vcsh): Document VCSH module
This commit is contained in:
Caleb Maclennan
2021-03-28 18:48:15 +03:00
committed by GitHub
parent 404b4f3d0c
commit f13e44c730
7 changed files with 136 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ pub mod terraform;
pub mod time;
pub mod username;
pub mod vagrant;
pub mod vcsh;
pub mod zig;
pub use starship_root::*;