gpm/cmd/flags/flags.go

12 lines
110 B
Go

package flags
var (
Server string
Token string
Database string
Local bool
Force bool
Port int
)