mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
6 lines
94 B
Go
6 lines
94 B
Go
package flags
|
|
|
|
type Common struct {
|
|
NoColour bool `description:"Disable colour in output"`
|
|
}
|