// Code generated by "stringer -type=Config,HasArg,ContextType -output=string.go"; DO NOT EDIT.

package getopt

import 

func () {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [DoubleDashTerminatesOptions-1]
	_ = [FirstArgTerminatesOptions-2]
	_ = [LongOnly-4]
}

const (
	_Config_name_0 = "DoubleDashTerminatesOptionsFirstArgTerminatesOptions"
	_Config_name_1 = "LongOnly"
)

var (
	_Config_index_0 = [...]uint8{0, 27, 52}
)

func ( Config) () string {
	switch {
	case 1 <=  &&  <= 2:
		 -= 1
		return _Config_name_0[_Config_index_0[]:_Config_index_0[+1]]
	case  == 4:
		return _Config_name_1
	default:
		return "Config(" + strconv.FormatInt(int64(), 10) + ")"
	}
}
func () {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [NoArgument-0]
	_ = [RequiredArgument-1]
	_ = [OptionalArgument-2]
}

const _HasArg_name = "NoArgumentRequiredArgumentOptionalArgument"

var _HasArg_index = [...]uint8{0, 10, 26, 42}

func ( HasArg) () string {
	if  >= HasArg(len(_HasArg_index)-1) {
		return "HasArg(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _HasArg_name[_HasArg_index[]:_HasArg_index[+1]]
}
func () {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [NewOptionOrArgument-0]
	_ = [NewOption-1]
	_ = [NewLongOption-2]
	_ = [LongOption-3]
	_ = [ChainShortOption-4]
	_ = [OptionArgument-5]
	_ = [Argument-6]
}

const _ContextType_name = "NewOptionOrArgumentNewOptionNewLongOptionLongOptionChainShortOptionOptionArgumentArgument"

var _ContextType_index = [...]uint8{0, 19, 28, 41, 51, 67, 81, 89}

func ( ContextType) () string {
	if  >= ContextType(len(_ContextType_index)-1) {
		return "ContextType(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _ContextType_name[_ContextType_index[]:_ContextType_index[+1]]
}