Files
oam/knowledge base/expect.md
2026-02-19 05:05:43 +01:00

66 lines
820 B
Markdown

# Expect
> TODO
Tool for automating and testing interactive applications.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<details>
<summary>Setup</summary>
```sh
apt install 'expect'
brew install 'expect'
```
</details>
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Codebase]
### Sources
- [Documentation]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[codebase]: https://github.com/project/
[documentation]: https://website/docs/
[website]: https://core.tcl-lang.org/expect/
<!-- Others -->