Skip to content

Commit

Permalink
i guess we commit this too
Browse files Browse the repository at this point in the history
  • Loading branch information
tqbf committed Dec 1, 2020
1 parent 2d260ff commit 85bf625
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docstrings/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,22 @@ number to operate. This can be found through the volumes list command`,
`Show details of an app's volume. Requires the volume's ID
number to operate. This can be found through the volumes list command`,
}
case "wireguard":
return KeyStrings{"wireguard <command>", "Commands that manage WireGuard peer connections",
`Commands that manage WireGuard peer connections`,
}
case "wireguard.create":
return KeyStrings{"create [org] [region] [name]", "Add a WireGuard peer connection",
`Add a WireGuard peer connection to an organization`,
}
case "wireguard.list":
return KeyStrings{"list [<org>]", "List all WireGuard peer connections",
`List all WireGuard peer connections`,
}
case "wireguard.remove":
return KeyStrings{"remove [org] [name]", "Remove a WireGuard peer connection",
`Remove a WireGuard peer connection from an organization`,
}
}
panic("unknown command key " + key)
}

0 comments on commit 85bf625

Please sign in to comment.