Update to support show correctly

Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
This commit is contained in:
jcsiadal
2022-02-11 18:10:32 +00:00
parent 496674ab9e
commit c4938b55c7
3 changed files with 66 additions and 59 deletions

View File

@@ -7,8 +7,10 @@ import (
)
func Configure(s string, v bool) error {
fmt.Printf("################################################################################\n")
fmt.Printf("Configuring: %s\n", s)
if !v {
fmt.Printf("################################################################################\n")
fmt.Printf("Configuring: %s\n", s)
}
var err error
switch s {