blob: 2f9cac82d71ce5152258899acdb4749eb1bf8f9f [file] [log] [blame] [view] [edit]
# Structured UI library
The Structured UI library provides UI support for making CLI tools interactive
with CLI, GUI, or automation.
## Development
When working on Structured UI lib, consider using:
```
$ fx set [...] --with-host //src/lib/structured_ui:tests
```
### Unit Tests
Unit tests can be run with:
```
$ fx test structured_ui_lib_test
```