Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Linter ¶
type Linter struct {
SpecsDir string `arg:"positional" help:"path to spin cycle requests directory [default: current working dir]"`
Strict bool `arg:"-s, --strict" help:"make all warnings into errors [default: false]"`
Warnings bool `help:"turn warnings on or off"`
Color bool `help:"turn color on or off"`
Sequences string `help:"comma-separated list of sequences for which to output info; sequence must exist in specs [default: all]"`
// contains filtered or unexported fields
}
Note that go-arg help message will show defaults if the default is not false.
Click to show internal directories.
Click to hide internal directories.