mirror of
https://github.com/yudai/gotty.git
synced 2026-03-16 18:26:30 +01:00
parent
54597c0ba6
commit
be07d420dd
4 changed files with 31 additions and 2 deletions
1
main.go
1
main.go
|
|
@ -33,6 +33,7 @@ func main() {
|
|||
flag{"title-format", "", "Title format of browser window"},
|
||||
flag{"reconnect", "", "Enable reconnection"},
|
||||
flag{"reconnect-time", "", "Time to reconnect"},
|
||||
flag{"max-connection", "", "Maximum connection to gotty, 0(default) means no limit"},
|
||||
flag{"once", "", "Accept only one client and exit on disconnection"},
|
||||
flag{"permit-arguments", "", "Permit clients to send command line arguments in URL (e.g. http://example.com:8080/?arg=AAA&arg=BBB)"},
|
||||
flag{"close-signal", "", "Signal sent to the command process when gotty close it (default: SIGHUP)"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue