Skip to content

Commit be1783c

Browse files
committed
Update about promptable fields
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent a105b2c commit be1783c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/content/docs/dev/examples.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ instance.onEvent(`connected`, () => {
3131

3232
Code for IBM i ships an API (via VS Code command) that can be used by an extension to execute a remote command on the IBM i.
3333

34-
It has a parameter which is an object with some properties:
34+
It has a parameter which is an object with some properties. When executing a command in the `ile` or `qsh` environment, it will use the library list from the current connection.
3535

3636
```ts
3737
interface CommandInfo {
@@ -43,9 +43,6 @@ interface CommandInfo {
4343
}
4444
```
4545

46-
* Command can also use [Promptable fields](../../developing/actions/execution/#prompted).
47-
* When executing a command in the `ile` or `qsh` environment, it will use the library list from the current connection.
48-
4946
The command returns an object:
5047

5148
```ts

0 commit comments

Comments
 (0)