Documentation
¶
Index ¶
Constants ¶
View Source
const ApplicationURL = "https://app.planetscale.com"
Variables ¶
View Source
var IsTTY = isatty.IsTerminal(os.Stdout.Fd()) || isatty.IsCygwinTerminal(os.Stdout.Fd())
Functions ¶
func OpenBrowser ¶
OpenBrowser opens a web browser at the specified url.
func PrintProgress ¶
func PrintProgress(message string) func()
PrintProgress starts a spinner with the relevant message.
func RequiredArgs ¶ added in v0.3.1
func RequiredArgs(reqArgs ...string) cobra.PositionalArgs
RequiredArgs returns a short and actionable error message if the given required arguments are not available.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.