mirror of
https://github.com/supleed2/go-chat.git
synced 2024-12-22 06:05:49 +00:00
Update default chat host
This commit is contained in:
parent
2ad248f5b8
commit
f6bd1dcc89
|
@ -67,7 +67,7 @@ type model struct {
|
|||
}
|
||||
|
||||
type args struct {
|
||||
Address string `arg:"positional" default:"localhost:8000" help:"address to connect to, without ws://" placeholder:"HOST[:PORT]"`
|
||||
Address string `arg:"positional" default:"gochat.8bit.lol" help:"address to connect to, without ws://" placeholder:"HOST[:PORT]"`
|
||||
Timestamps showTim `arg:"-t" default:"off" help:"display timestamps of messages, ctrl+t to cycle after startup [off, short, full]" placeholder:"CHOICE"`
|
||||
Nick *string `arg:"-n" help:"attempt to automatically set nick after connecting"`
|
||||
Password *string `arg:"-p" help:"password, if required"`
|
||||
|
|
Loading…
Reference in a new issue