Files
unifood/cmd/config.go
2025-07-20 15:19:47 +02:00

8 lines
107 B
Go

package cmd
type AppConfig struct {
OutputVerbose bool
OutputFormatter string
PrintConfig bool
}