aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/1-creating-your-first-program.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-04 01:15:39 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-04 01:17:35 +0800
commit7240416b66197ffcefe129b74628b55204da07f6 (patch)
tree4116fe72f2c6963a1d1750e6e2afbebe026adc60 /docs/pages/1-creating-your-first-program.md
parent9db143922cb23db337b1432be84c4f8ccbce6c23 (diff)
Add documentation for Picker, help display, and shell completion
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, 2 insertions, 0 deletions
diff --git a/docs/pages/1-creating-your-first-program.md b/docs/pages/1-creating-your-first-program.md
index 75c5081..1dacb82 100644
--- a/docs/pages/1-creating-your-first-program.md
+++ b/docs/pages/1-creating-your-first-program.md
@@ -250,6 +250,8 @@ 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;">
Written by @Weicao-CatilGrass