From 3bf96a156cf1b8380464af278136a7c186659447 Mon Sep 17 00:00:00 2001 From: aerinon Date: Fri, 9 Jul 2021 15:00:14 -0700 Subject: [PATCH] Fix --hints flag on CLI --- resources/app/cli/args.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/app/cli/args.json b/resources/app/cli/args.json index 584593b4..874bc2f5 100644 --- a/resources/app/cli/args.json +++ b/resources/app/cli/args.json @@ -247,7 +247,7 @@ ] }, "hints": { - "action": "store_false", + "action": "store_true", "type": "bool" }, "no_hints": {