Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
// contains filtered or unexported fields
}
Arguments provides an iterator to move through the arguments fetched in from os.Args
func NewArguments ¶
NewArguments builds an argument iterator from a collection of strings. Assumes that os.Args[1:] is to be passed into the constructor function.
Click to show internal directories.
Click to hide internal directories.