cmd/tailscale/cli: make serve and funnel visible in list (#7737)

This commit is contained in:
shayne
2023-04-03 10:09:04 -04:00
committed by GitHub
parent 1bf65e4760
commit 59879e5770
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ var funnelCmd = newFunnelCommand(&serveEnv{lc: &localClient})
func newFunnelCommand(e *serveEnv) *ffcli.Command {
return &ffcli.Command{
Name: "funnel",
ShortHelp: "[BETA] turn Tailscale Funnel on or off",
ShortHelp: "Turn on/off Funnel service",
ShortUsage: strings.TrimSpace(`
funnel <serve-port> {on|off}
funnel status [--json]