Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The default indentation to use when printing data to stdout DefaultJSONIndent = " " // DefaultPollTime is the default interval to wait when polling a network request DefaultPollTime = time.Millisecond * 5000 )
Variables ¶
This section is empty.
Functions ¶
func ConvertPageValueToInt32 ¶
func ConvertSizeValueToInt32 ¶
func DoSelfUpdate ¶ added in v0.40.0
DoSelfUpdate checks for updates and prompts the user to update if there is a newer version available
func DoSelfUpdateOnceADay ¶ added in v0.40.0
DoSelfUpdate checks for updates once per day and prompts the user to update if there is a newer version available
func StringSliceToListStringWithQuotes ¶
StringSliceToListStringWithQuotes converts a string slice to a comma-separated list with each value in quotes. Example: "a", "b", "c"
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package flagutil is a helper package for processing and interactive command line flags
|
Package flagutil is a helper package for processing and interactive command line flags |
This file contains functions that help to manage visibility of early stage commands
|
This file contains functions that help to manage visibility of early stage commands |
Click to show internal directories.
Click to hide internal directories.