Documentation
¶
Overview ¶
cmd package contains all the command line flag configuration
cmd package contains all the command line flag configuration
cmd package contains all the command line flag configuration
cmd package contains all the command line flag configuration
cmd package contains all the command line flag configuration
Index ¶
- Variables
- func DefaultDownloadDir() string
- func DownloadNonSendSafelyLink(d downloader.GenericDownloader, a zendesk.Attachment, ticketID string) (invalidFiles []string, err error)
- func Execute()
- func InvalidFilesReport(invalidFiles []string) string
- func PrintHeader(version, platform, arch, gitSha string) string
- func Report(totalFiles int, totalSkipped int, totalFailed int, totalBytes int64, ...) string
- func SetVerbosity()
Constants ¶
This section is empty.
Variables ¶
View Source
var C config.Config
View Source
var DownloadBufferSize int
View Source
var DownloadThreads int
View Source
var GitSha = "unknown"
GitSha is added from the build and release scripts
View Source
var MaxFileSizeGiB int
View Source
var Verbose bool
View Source
var Version = "unknownVersion"
Version is pulled from the branch name and set in the build and release scripts
Functions ¶
func DefaultDownloadDir ¶ added in v0.2.1
func DefaultDownloadDir() string
func DownloadNonSendSafelyLink ¶ added in v0.3.0
func DownloadNonSendSafelyLink(d downloader.GenericDownloader, a zendesk.Attachment, ticketID string) (invalidFiles []string, err error)
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func InvalidFilesReport ¶ added in v0.4.1
func PrintHeader ¶
func SetVerbosity ¶ added in v0.4.6
func SetVerbosity()
made avaiable to subcommands via this method
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.