Documentation ¶
Overview ¶
Package options stores the necessary data for running that application and implements flag operations
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JunitFieldFormatValues = "full, relative, short"
Functions ¶
This section is empty.
Types ¶
type JunitFieldFormatValue ¶
type JunitFieldFormatValue struct {
// contains filtered or unexported fields
}
func (*JunitFieldFormatValue) Set ¶
func (f *JunitFieldFormatValue) Set(val string) error
func (*JunitFieldFormatValue) String ¶
func (f *JunitFieldFormatValue) String() string
func (*JunitFieldFormatValue) Type ¶
func (f *JunitFieldFormatValue) Type() string
func (*JunitFieldFormatValue) Value ¶
func (f *JunitFieldFormatValue) Value() junitxml.FormatFunc
type NoSummaryValue ¶
NoSummaryValue
func NewNoSummaryValue ¶
func NewNoSummaryValue() *NoSummaryValue
func (*NoSummaryValue) Set ¶
func (s *NoSummaryValue) Set(val string) error
func (*NoSummaryValue) String ¶
func (s *NoSummaryValue) String() string
func (*NoSummaryValue) Type ¶
func (s *NoSummaryValue) Type() string
type Options ¶
type Options struct { Args []string Format string Debug bool RawCommand bool JsonFile string JunitFile string NoColor bool NoSummary *NoSummaryValue JunitTestSuiteNameFormat *JunitFieldFormatValue JunitTestCaseClassnameFormat *JunitFieldFormatValue Version bool Post bool Token string Owner string Repo string JUnitTestSuite junitxml.JUnitTestSuites GitUnAuth bool }
Options stores flags value
Click to show internal directories.
Click to hide internal directories.