Files

6 lines
94 B
Go

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