Skip to content

Commit

Permalink
Docs for --leave-server, refs #157
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 27, 2024
1 parent d276283 commit a5e9707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ With that server configured, you can now take screenshots of `http://localhost:8
- output: index.png
url: http://localhost:8000/
```
The server process will be automatically terminated when the `shot-scraper multi` command completes.
The server process will be automatically terminated when the `shot-scraper multi` command completes, unless you pass the `--leave-server` option to `shot-scraper multi` in which case it will be left running - you can terminate it using `kill PID` with the PID displayed in the console output.

## Running custom code between steps

Expand Down Expand Up @@ -212,6 +212,7 @@ Options:
--silent Do not output any messages
--auth-password TEXT Password for HTTP Basic authentication
--auth-username TEXT Username for HTTP Basic authentication
--leave-server Leave servers running when script finishes
--help Show this message and exit.
```
<!-- [[[end]]] -->

0 comments on commit a5e9707

Please sign in to comment.