This commit is contained in:
Chris Wanstrath 2026-03-09 22:00:44 -07:00
parent fc6581f53d
commit 89ab1f7959

View File

@ -12,7 +12,7 @@ bun install -g @because/shout
## Features
Here are all the features you could ever ask for:
Everything you could ever ask for:
```
$ echo hello
@ -32,6 +32,12 @@ ls: missing: No such file or directory
## Usage
```
$ shout
...............
15 passed in 23ms
```
`shout` runs code in a temp directory. `-k`/`--keep` keeps it around.
`--update` will modify `.shout` files to match reality, without running any tests.