Skip to content

Commit 2c184b6

Browse files
docs: add "ap --help" and "ap tui"
1 parent b871611 commit 2c184b6

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ ap init
6969
```
7070

7171

72+
---
73+
## CLI Commands
74+
```bash
75+
# show all commands
76+
ap --help
77+
78+
# or use terminal UI (TUI)
79+
ap tui
80+
```
81+
82+
7283
---
7384
## Tech Stack
7485
- [MyST]

afterpython/doc/overview.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
- 🚧 **⚡ Full-text search** across **ALL** your content in your website — docs, blogs, tutorials, everything
3030
- 🚧 **🤖 Embedded AI Chatbot** that answers questions directly using an in-browser LLM — at no cost
3131

32+
33+
---
34+
## CLI Commands
35+
```bash
36+
# show all commands
37+
ap --help
38+
39+
# or use terminal UI (TUI)
40+
ap tui
41+
```
42+
43+
3244
---
3345
## Tech Stack
3446
- [MyST]

0 commit comments

Comments
 (0)