cli

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandLineOptions

type CommandLineOptions struct {
	AllowInsecure    bool
	Body             string
	Headers          map[string][]string
	FollowLocation   bool
	FileToUpload     string
	MaxAddedRequests int
	MaxRedirect      int
	Method           string
	OutputFile       string
	PostProcessFile  string
	Profiles         []string
	RequestName      string
	URL              string
	Values           map[string][]string
	Variables        map[string]string
}

CommandLineOptions stores information that was requested by the user from the CLI.

func ParseCommandLineOptions

func ParseCommandLineOptions(args []string) (*CommandLineOptions, error)

ParseCommandLineOptions parses the arguments received on the command line and generate a basic configuration.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL