Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit c2b6eb1

Browse files
committed
cleanup: seperate flags
1 parent 9b0c7bc commit c2b6eb1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,15 @@ To start the **rfw** server, run the following command:
2626
rfw-cli dev
2727
```
2828

29-
To set a custom port and expose to the network, use the following flags:
29+
### Flags
30+
31+
Two flags are available for the `dev` command:
32+
33+
- `--port XXXX`: specify the port number for the server (default is 8080, replace `XXXX` with the desired port number)
34+
- `--host`: to expose the server to the network
35+
36+
For example
3037

3138
```bash
32-
rfw-cli dev --port 8080 --host
39+
rfw-cli dev --port 3000 --host
3340
```

0 commit comments

Comments
 (0)