You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples.md
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -328,14 +328,20 @@ This will add the `shell_command` to the bash history in the pane.
328
328
329
329
````
330
330
331
+
(enter)=
332
+
331
333
## Skip command execution
332
334
333
-
```{versionadded} 1.10.0b1
334
-
`enter: false` option. Pane-level support.
335
-
```
335
+
See more at {ref}`enter`.
336
+
337
+
:::{note}
338
+
339
+
_Experimental setting_: behavior and api is subject to change until stable.
340
+
341
+
:::
336
342
337
-
```{versionadded} 1.10.0b3
338
-
Support command-level skipping.
343
+
```{versionadded} 1.10.0
344
+
`enter: false` option. Pane-level support.
339
345
```
340
346
341
347
Omit sending {kbd}`enter` to key commands. Equivalent to
@@ -377,14 +383,22 @@ Omit sending {kbd}`enter` to key commands. Equivalent to
377
383
378
384
````
379
385
386
+
(sleep)=
387
+
380
388
## Pausing commands
381
389
382
-
```{versionadded} 1.10.0b4
390
+
:::{note}
391
+
392
+
_Experimental setting_: behavior and api is subject to change until stable.
393
+
394
+
:::
395
+
396
+
```{versionadded} 1.10.0
383
397
`sleep_before` and `sleep_after` options added. Pane and command-level support.
384
398
```
385
399
386
400
```{warning}
387
-
This will delay loading as it runs synchronously for each pane. In future version asynchronous support, (i.e. [`asyncio`](asyncio)) will speed up this up.
401
+
**Blocking.** This will delay loading as it runs synchronously for each pane as [`asyncio`](asyncio)) is not implemented yet.
388
402
```
389
403
390
404
Omit sending {kbd}`enter` to key commands. Equivalent to having
0 commit comments