describe backends

This commit is contained in:
2021-04-17 12:02:00 +02:00
parent b1054f3512
commit b314912821
3 changed files with 35 additions and 18 deletions

View File

@@ -24,8 +24,6 @@ var infoCmd = &cobra.Command{
Use: "info",
Short: "Show info about the config",
Run: func(cmd *cobra.Command, args []string) {
CheckErr(internal.CheckConfig())
internal.GetConfig().Describe()
},
}