Files

6 lines
94 B
Go
Raw Permalink Normal View History

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