aboutsummaryrefslogtreecommitdiff
path: root/mling/src/bin/cargo-mling.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-07 03:13:34 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-07 03:13:34 +0800
commit3ea5d62e980975d0a888293d875f26fc267cd368 (patch)
tree04af421148a4efbb001928cce0d7d386bd94027e /mling/src/bin/cargo-mling.rs
parent21defab2fc95f1e1d0639b66ab2c449266a114fe (diff)
Refactor CLI entry points and move main logic to library
Diffstat (limited to 'mling/src/bin/cargo-mling.rs')
-rw-r--r--mling/src/bin/cargo-mling.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mling/src/bin/cargo-mling.rs b/mling/src/bin/cargo-mling.rs
new file mode 100644
index 0000000..4c285c6
--- /dev/null
+++ b/mling/src/bin/cargo-mling.rs
@@ -0,0 +1,3 @@
+fn main() {
+ mingling_cli::cli::run();
+}