cli

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2018 License: MIT Imports: 4 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
	MaxRedirect    int
	Method         string
	Profiles       []string
	RequestName    string
	URL            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