mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
docs: getting index.md in sync with readme (#183)
This commit is contained in:
parent
2d7eca96c6
commit
0a2c6dcf1a
2 changed files with 41 additions and 1 deletions
|
|
@ -143,6 +143,12 @@ You can run goose to do things just as a one off, such as tidying up, and then e
|
|||
goose run instructions.md
|
||||
```
|
||||
|
||||
You can also use process substitution to provide instructions directly from the command line:
|
||||
|
||||
```sh
|
||||
goose run <(echo "Create a new Python file that prints hello world")
|
||||
```
|
||||
|
||||
This will run until completion as best it can. You can also pass `--resume-session` and it will re-use the first session it finds for context
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue