aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/1-creating-your-first-program.md
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-05-09 14:31:42 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-05-09 14:51:14 +0800
commitf5cdf5cc7c3bd434ff7a88c73b33f96c4d3b6562 (patch)
treecb62ded889ad8cd0eafb43c94e2085a0416d22b2 /docs/pages/1-creating-your-first-program.md
parentc0a29ccd2cd56e75c2b422b3cd9ca65d76a554da (diff)
Add CI tooling and cargo alias `ci`
Diffstat (limited to 'docs/pages/1-creating-your-first-program.md')
-rw-r--r--docs/pages/1-creating-your-first-program.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/1-creating-your-first-program.md b/docs/pages/1-creating-your-first-program.md
index 40690c7..0a6ff3c 100644
--- a/docs/pages/1-creating-your-first-program.md
+++ b/docs/pages/1-creating-your-first-program.md
@@ -250,7 +250,7 @@ Hello, World!
~> your-bin greet Alice
Hello, Alice!
```
-
+
At this point, you have successfully created a basic **Mingling** command-line program. The next chapter will explain how to implement a fallback mechanism for your command-line program to handle cases where a command or renderer does not exist.
<p align="center" style="font-size: 0.85em; color: gray;">