5297dc3baf
Updates #1708 Signed-off-by: Claus Lensbøl <claus@tailscale.com>
9 lines
233 B
Go
9 lines
233 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
package cli
|
|
|
|
import "github.com/peterbourgon/ff/v3/ffcli"
|
|
|
|
var maybeSystrayCmd func() *ffcli.Command // non-nil only on Linux, see configure_linux.go
|