Initial upload: DotMigrate dotfiles migration tool with CI/CD
This commit is contained in:
11
src/lib.rs
Normal file
11
src/lib.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
pub mod cli;
|
||||
pub mod config;
|
||||
pub mod detect;
|
||||
pub mod backup;
|
||||
pub mod sync;
|
||||
pub mod merge;
|
||||
|
||||
pub fn run() -> anyhow::Result<()> {
|
||||
let args = cli::Args::parse();
|
||||
cli::execute(args)
|
||||
}
|
||||
Reference in New Issue
Block a user