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