Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Build string
Build holds the date bin was released
View Source
var RootCmd = &cobra.Command{ Use: "netselect [flags] <host(s)>", Short: "A netselect CLI Tool", Long: `netselect is an open source CLI tool to select the fastest host based on the lowest ICMP latency.`, SilenceErrors: true, SilenceUsage: true, Example: heredoc.Doc(` $ netselect m1.example.com m2.example.com m3.example.com $ netselect -v `), RunE: runCommand, }
RootCmd is the main root/parent command
View Source
var Version string
Version is the version for netselect
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.