Skip to content

Commit

Permalink
invitelinks cmd off (keybase#24053)
Browse files Browse the repository at this point in the history
  • Loading branch information
heronhaye authored May 4, 2020
1 parent 19ef62c commit 9738811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/client/cmd_team_generate_invitelink.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func newCmdTeamGenerateInvitelink(cl *libcmdline.CommandLine, g *libkb.GlobalCon
Name: "generate-invitelink",
ArgumentHelp: "<team name>",
Usage: "Generate an invite link that you can send via iMessage or similar.",
Unlisted: true,
Action: func(c *cli.Context) {
cmd := NewCmdTeamGenerateInvitelinkRunner(g)
cl.ChooseCommand(cmd, "generate-invitelink", c)
Expand Down

0 comments on commit 9738811

Please sign in to comment.