8 lines
107 B
Go
8 lines
107 B
Go
package cmd
|
|
|
|
type AppConfig struct {
|
|
OutputVerbose bool
|
|
OutputFormatter string
|
|
PrintConfig bool
|
|
}
|