cli

package
v1.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2021 License: BSD-3-Clause Imports: 59 Imported by: 6

Documentation

Overview

Package cli contains the cmd/tailscale CLI code in a package that can be included in other wrapper binaries such as the Mac and Windows clients.

Index

Constants

This section is empty.

Variables

View Source
var Fatalf func(format string, a ...interface{})

Fatalf, if non-nil, is used instead of log.Fatalf.

View Source
var Stderr io.Writer = os.Stderr
View Source
var Stdout io.Writer = os.Stdout

Functions

func ActLikeCLI

func ActLikeCLI() bool

ActLikeCLI reports whether a GUI application should act like the CLI based on os.Args, GOOS, the context the process is running in (pty, parent PID), etc.

func Run

func Run(args []string) error

Run runs the CLI. The args do not include the binary name.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL