Documentation ¶
Overview ¶
Package config
Copyright © 2023 zcubbs https://github.com/zcubbs
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "config", Short: "List cli configuration", Long: ``, Run: func(cmd *cobra.Command, args []string) { jsonConfig, err := json.MarshalIndent(&configs.Config, "", " ") if err != nil { fmt.Println(err) return } fmt.Printf("%v\n", string(jsonConfig)) }, }
Cmd represents the config command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.