MCPcopy Create free account
hub / github.com/coder/coder / vpnDaemon

Method vpnDaemon

cli/vpndaemon.go:7–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5)
6
7func (r *RootCmd) vpnDaemon() *serpent.Command {
8 cmd := &serpent.Command{
9 Use: "vpn-daemon [subcommand]",
10 Short: "VPN daemon commands used by Coder Desktop.",
11 Hidden: true,
12 Handler: func(inv *serpent.Invocation) error {
13 return inv.Command.HelpHandler(inv)
14 },
15 Children: []*serpent.Command{
16 r.vpnDaemonRun(),
17 },
18 }
19
20 return cmd
21}

Callers 1

CoreSubcommandsMethod · 0.95

Calls 1

vpnDaemonRunMethod · 0.95

Tested by

no test coverage detected