fix flag inconsistency

This commit is contained in:
Sahilb315
2025-12-18 14:01:14 +05:30
parent adec9b67ca
commit b45c04444c
4 changed files with 12 additions and 18 deletions
+1
View File
@@ -63,6 +63,7 @@ func main() {
}
globalConfig = cfg
fmt.Printf("%+v: ", globalConfig)
log.InitZapLogger("pmg", "cli")
cmd.SetContext(globalConfig.Inject(cmd.Context()))
},