Files
unifood/cmd/config.go

7 lines
81 B
Go

package cmd
type AppConfig struct {
OutputVerbose bool
OutputMode string
}