From de8042b73b17901f1c764b7d4644414b89b24111 Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 21 Aug 2016 20:19:24 +0200 Subject: [PATCH] boolparam doc --- realize/config.go | 1 + 1 file changed, 1 insertion(+) 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