mirror of
https://github.com/schollz/croc.git
synced 2025-01-07 06:37:20 +03:00
Merge branch 'main' of github.com:schollz/croc
This commit is contained in:
commit
1324ff8897
@ -444,6 +444,8 @@ func receive(c *cli.Context) (err error) {
|
|||||||
case 1:
|
case 1:
|
||||||
crocOptions.SharedSecret = c.Args().First()
|
crocOptions.SharedSecret = c.Args().First()
|
||||||
case 3:
|
case 3:
|
||||||
|
fallthrough
|
||||||
|
case 4:
|
||||||
var phrase []string
|
var phrase []string
|
||||||
phrase = append(phrase, c.Args().First())
|
phrase = append(phrase, c.Args().First())
|
||||||
phrase = append(phrase, c.Args().Tail()...)
|
phrase = append(phrase, c.Args().Tail()...)
|
||||||
|
Loading…
Reference in New Issue
Block a user