aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-14 16:10:45 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-14 16:10:45 +0800
commit7231e55bc3eed0e4d992fda417b71adadd66c1f8 (patch)
tree81262314dfecce1c808dd2d2ac302841717e54d0 /README.md
parent6e034378e1e8b5e86e498a68f647ee9973462d6d (diff)
Update README and add docs README generation
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22604ee..09f19cb 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,10 @@
## Intro
-`Mingling` is a Rust command-line framework. Its name comes from the Chinese Pinyin for "命令", which means "Command".
+[`Mingling`](https://github.com/CatilGrass/mingling) is a **proc-macro and type system-based** Rust CLI framework, suitable for developing complex command-line programs with numerous subcommands.
+
+> BTW: Its name comes from the Chinese Pinyin "mìng lìng", meaning "Command". 😄
+
## Quick Start