MCPcopy Create free account
hub / github.com/tailscale/tailscale / buildShareLongHelp

Function buildShareLongHelp

cmd/tailscale/cli/drive.go:157–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155}
156
157func buildShareLongHelp() string {
158 longHelpAs := ""
159 if drive.AllowShareAs() {
160 longHelpAs = shareLongHelpAs
161 }
162 return fmt.Sprintf(shareLongHelpBase, longHelpAs)
163}
164
165var shareLongHelpBase = `Taildrive allows you to share directories with other machines on your tailnet.
166

Callers 1

driveCmdFunction · 0.85

Calls 1

AllowShareAsFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…