mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
docs: add more instructions about resuming a session for cli users (#3146)
This commit is contained in:
@@ -55,6 +55,10 @@ goose configure
|
|||||||
```bash
|
```bash
|
||||||
goose session --resume --name <n>
|
goose session --resume --name <n>
|
||||||
```
|
```
|
||||||
|
Or, if you didn't name your session, you can locate it by the session id generated by Goose, e.g. `2025250620_013617`.
|
||||||
|
```bash
|
||||||
|
goose session --resume --id <id>
|
||||||
|
```
|
||||||
|
|
||||||
- Start a session with the specified extension
|
- Start a session with the specified extension
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user