Skip to content

Commit

Permalink
Merge pull request #683 from a1lu/patch-1
Browse files Browse the repository at this point in the history
Support spaces in 4 word codes
  • Loading branch information
schollz authored Mar 31, 2024
2 parents 8b4ab4c + 618ae1e commit 8bc7a62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()...)
Expand Down

0 comments on commit 8bc7a62

Please sign in to comment.