Merge branch 'main' of github.com:schollz/croc

This commit is contained in:
Zack Scholl 2024-03-31 19:11:02 +00:00
commit 1324ff8897
1 changed files with 2 additions and 0 deletions

View File

@ -444,6 +444,8 @@ func receive(c *cli.Context) (err error) {
case 1:
crocOptions.SharedSecret = c.Args().First()
case 3:
fallthrough
case 4:
var phrase []string
phrase = append(phrase, c.Args().First())
phrase = append(phrase, c.Args().Tail()...)