Skip to content

Commit

Permalink
Merge branch 'main' into BUG/FIX-NIL-POINTER
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlombacx committed Oct 11, 2023
2 parents b3d39d9 + dc566df commit 85a861b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ func requiredFeatureFlagsCheck(cmd *cobra.Command) bool {
const configFormatString = "%30v: %s"

func PrintConfiguration() {
logger.PrintfIfVerbose("CLI Version: %s", params.Version)
logger.PrintIfVerbose("CLI Configuration:")
for param := range util.Properties {
logger.PrintIfVerbose(fmt.Sprintf(configFormatString, param, viper.GetString(param)))
Expand Down

0 comments on commit 85a861b

Please sign in to comment.