9 lines
100 B
Go
9 lines
100 B
Go
package flags
|
|
|
|
var (
|
|
Config string // config file
|
|
Debug bool
|
|
NoPrefix bool
|
|
Dev bool
|
|
)
|