mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
19 lines
289 B
Markdown
19 lines
289 B
Markdown
|
|
## Name
|
||
|
|
|
||
|
|
TelnetServer
|
||
|
|
|
||
|
|
## Synopsis
|
||
|
|
|
||
|
|
```sh
|
||
|
|
$ TelnetServer [-p port] [-c command]
|
||
|
|
```
|
||
|
|
|
||
|
|
## Options:
|
||
|
|
|
||
|
|
* `--help`: Display help message and exit
|
||
|
|
* `--version`: Print version
|
||
|
|
* `-p port`: Port to listen on
|
||
|
|
* `-c command`: Program to run on connection
|
||
|
|
|
||
|
|
<!-- Auto-generated through ArgsParser -->
|