Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofl committed Jan 3, 2025
1 parent 4da4d04 commit a7e3737
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,15 @@ protocol-agnostic solution.
## Usage

```shell
Quick-serve

Usage: quick-serve [OPTIONS]

Options:
--headless Headless
-b, --bind-ip=<IP> Bind IP [default: 127.0.0.1]
-d, --serve-dir=<PATH> Directory to serve [default: /tmp/]
-v, --verbose... Verbose logging
--http[=<PORT>] Start the HTTP server [default port: 8080]
--ftp[=<PORT>] Start the FTP server [default port: 2121]
--tftp[=<PORT>] Start the TFTP server [default port: 6969]
--dhcp Start the DHCP server
--http[=<PORT>] Start the HTTP server [default port: 8080]
--ftp[=<PORT>] Start the FTP server [default port: 2121]
--tftp[=<PORT>] Start the TFTP server [default port: 6969]
--dhcp[=<PORT>] Start the DHCP server [default port: 6767]
-h, --help Print help (see more with '--help')
-V, --version Print version
```
Expand Down Expand Up @@ -116,8 +112,8 @@ cargo test
- [x] FTP
- [x] HTTP
- [x] TFTP
- [ ] HTTPS
- [x] DHCP
- [ ] HTTPS
- [ ] SFTP
- [ ] NFS
- [ ] SAMBA
Expand Down

0 comments on commit a7e3737

Please sign in to comment.