feat: json output formatter
This commit is contained in:
@ -4,11 +4,3 @@ type AppConfig struct {
|
||||
OutputVerbose bool
|
||||
OutputMode string
|
||||
}
|
||||
|
||||
type OutputMode string
|
||||
|
||||
const (
|
||||
Go OutputMode = "go"
|
||||
Json OutputMode = "json"
|
||||
Yaml OutputMode = "yaml"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user