Refactor + Remove structopt
This commit is contained in:
parent
988c78b615
commit
c6e652c12b
24 changed files with 163 additions and 338 deletions
8
src/installer/utils/mod.rs
Normal file
8
src/installer/utils/mod.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
pub(self) static TEMP_FOLDER: &str = "temp";
|
||||
pub(self) static INSTALL_FOLDER: &str = ".autoconfig";
|
||||
|
||||
pub mod downloader;
|
||||
pub mod extractor;
|
||||
pub mod git;
|
||||
pub mod file_utils;
|
||||
pub mod configure;
|
Reference in a new issue