summaryrefslogtreecommitdiff
path: root/cmd/dmap
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dmap')
-rw-r--r--cmd/dmap/main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd/dmap/main.go b/cmd/dmap/main.go
index a954e45..1a05549 100644
--- a/cmd/dmap/main.go
+++ b/cmd/dmap/main.go
@@ -56,7 +56,10 @@ func main() {
}
ctx := context.TODO()
- logger.Start(ctx, logger.Modes{Debug: debugEnable || config.Common.DebugEnable})
+ logger.Start(ctx, logger.Modes{
+ Debug: debugEnable || config.Common.DebugEnable,
+ Quiet: args.Quiet,
+ })
client, err := clients.NewMaprClient(args, queryStr, clients.DefaultMode)
if err != nil {