mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 15:54:39 +00:00
config: Add system section
This commit is contained in:
committed by
Ettore Di Giacinto
parent
8b66127016
commit
7f160a7a89
@@ -30,6 +30,7 @@ var configCmd = &cobra.Command{
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
fmt.Println(config.LuetCfg.GetLogging())
|
||||
fmt.Println(config.LuetCfg.GetGeneral())
|
||||
fmt.Println(config.LuetCfg.GetSystem())
|
||||
if len(config.LuetCfg.CacheRepositories) > 0 {
|
||||
fmt.Println("cache_repositories:")
|
||||
for _, r := range config.LuetCfg.CacheRepositories {
|
||||
|
Reference in New Issue
Block a user