mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 15:15:51 +01:00
5 lines
94 B
Go
5 lines
94 B
Go
package flags
|
|
|
|
type Common struct {
|
|
NoColour bool `description:"Disable colour in output"`
|
|
}
|