mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:45:08 +00:00

This set was hand-curated, guided by the questions: - Does it have at least three options, i.e. is the help page non-trivial? - Is the program unusual, i.e. does listing it in Help or on man.serenityos.org spread awareness? - Is the program common, but we only implement a subset of 'common' flags?
18 lines
289 B
Markdown
18 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 -->
|