mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:01:52 +08:00
6 lines
94 B
Go
6 lines
94 B
Go
package flags
|
|
|
|
type Common struct {
|
|
NoColour bool `description:"Disable colour in output"`
|
|
}
|