arg

package
v2.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Arg

type Arg struct {
	Text      string
	Completed bool
	Parsed
}

Arg is typed a command line argument.

func Parse

func Parse(line string) []Arg

Parse parses a typed command line argument list, and returns a list of arguments.

type Parsed

type Parsed struct {
	Flag     string
	HasFlag  bool
	Value    string
	Dashes   string
	HasValue bool
}

Parsed contains information about the argument.

Jump to

Keyboard shortcuts

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