Expand tilde sign in custom git repositories

This commit is contained in:
Roey Darwish Dror
2018-06-11 13:56:57 +03:00
parent 03f035cc83
commit 9949d0c38d
4 changed files with 19 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ extern crate toml;
#[macro_use]
extern crate serde_derive;
extern crate serde;
extern crate shellexpand;
mod config;
mod git;