cli

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2019 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 {
	Body            string
	Headers         map[string][]string
	FollowLocation  bool
	FileToUpload    string
	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