Files
wails/v3/internal/flags/common.go

6 lines
94 B
Go

package flags
type Common struct {
NoColour bool `description:"Disable colour in output"`
}