diff --git a/realize/config.go b/realize/config.go index 5e08dc7..5b7f9c6 100644 --- a/realize/config.go +++ b/realize/config.go @@ -28,6 +28,7 @@ func nameParam(params *cli.Context) string { return name } +// boolParam is used to check the presence of a bool flag func boolParam(b bool) bool { if b { return false