Skip to content

Commit 4712475

Browse files
committed
refactor: simplify binary entrypoint
1 parent 3eb78c4 commit 4712475

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/main.rs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
mod cli;
2-
mod clone;
3-
mod config;
4-
mod detect;
5-
mod install;
6-
mod sync;
7-
mod tools;
8-
91
use anyhow::Result;
10-
use cli::run;
112

123
fn main() -> Result<()> {
13-
run()
4+
capsync::cli::run()
145
}

0 commit comments

Comments
 (0)