mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-05 08:47:03 +08:00
27 lines
474 B
Markdown
27 lines
474 B
Markdown
## wice signal
|
||
|
||
Start gRPC signaling server
|
||
|
||
```
|
||
wice signal [flags]
|
||
```
|
||
|
||
### Options
|
||
|
||
```
|
||
-h, --help help for signal
|
||
-L, --listen string listen address (default ":443")
|
||
```
|
||
|
||
### Options inherited from parent commands
|
||
|
||
```
|
||
-l, --log-file string path of a file to write logs to
|
||
-d, --log-level string log level (one of "debug", "info", "warn", "error", "dpanic", "panic", and "fatal") (default "info")
|
||
```
|
||
|
||
### SEE ALSO
|
||
|
||
* [wice](wice.md) - ɯice
|
||
|