We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be2e2d commit 263f1ccCopy full SHA for 263f1cc
1 file changed
src/manifest.md
@@ -175,18 +175,18 @@ unused-locals = "warn"
175
unused-parameters = "warn"
176
```
177
178
-## CLI section
+## Terminal applications section
179
180
-Used for contributing Command Line Interface apps, installable through `zgfx cli install`.
+Used for contributing terminal applications, installable through `zgfx termapp install`.
181
182
```toml
183
-[[cli]]
+[[terminal-application]]
184
name = "mycmd1"
185
-main-class = "src/cli/MyCommand1.es"
+main-class = "src/terminal/MyCommand1.es"
186
187
188
name = "mycmd2"
189
-main-class = "src/cli/MyCommand2.es"
+main-class = "src/terminal/MyCommand2.es"
190
191
192
## Test section
0 commit comments