Documentation ¶ Index ¶ func AddCommand(c *cobra.Command) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddCommand ¶ func AddCommand(c *cobra.Command) AddCommand adds the command to c. Types ¶ type Options ¶ type Options struct { Request *request.Request // the template for the HTTP request FollowRedirect int Value string ShowRequest bool IPv4Only bool IPv6Only bool // contains filtered or unexported fields } Options collect options for the command. Source Files ¶ View all Source files help.gomain.go Click to show internal directories. Click to hide internal directories.