5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:01:52 +08:00
wails/v3/internal/flags/common.go
2023-01-22 15:39:57 +11:00

6 lines
94 B
Go

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