Skip to content

Commit 263f1cc

Browse files
committed
upd
1 parent 0be2e2d commit 263f1cc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/manifest.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,18 @@ unused-locals = "warn"
175175
unused-parameters = "warn"
176176
```
177177

178-
## CLI section
178+
## Terminal applications section
179179

180-
Used for contributing Command Line Interface apps, installable through `zgfx cli install`.
180+
Used for contributing terminal applications, installable through `zgfx termapp install`.
181181

182182
```toml
183-
[[cli]]
183+
[[terminal-application]]
184184
name = "mycmd1"
185-
main-class = "src/cli/MyCommand1.es"
185+
main-class = "src/terminal/MyCommand1.es"
186186

187-
[[cli]]
187+
[[terminal-application]]
188188
name = "mycmd2"
189-
main-class = "src/cli/MyCommand2.es"
189+
main-class = "src/terminal/MyCommand2.es"
190190
```
191191

192192
## Test section

0 commit comments

Comments
 (0)