Skip to content

Commit 516b187

Browse files
committed
chore: Update README.md
1 parent 694ef31 commit 516b187

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,13 @@ Starts a mock server.
153153
```bash
154154
swama mock-server run [flags]
155155
```
156-
157156
**Available Flags**:
158157
159158
- `--port int`: Specify the port for the mock server (default: 8080).
160159
- `--host string`: Set the host address for the mock server (default: "localhost").
161160
- `--delay int`: Add a delay in milliseconds to each response, useful for simulating network latency.
161+
- `--default-response-code int`: Set the default response code to use (default: 200).
162+
- `--default-response-type string`: Set the default response type to use (default: "json").
162163
163164
**Example**:
164165

0 commit comments

Comments
 (0)