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