Browse Source

[enh] Add boolean argument example.

opi 8 years ago
parent
commit
a5fbda0bc7
1 changed files with 9 additions and 0 deletions
  1. 9 0
      manifest.json

+ 9 - 0
manifest.json

@@ -56,6 +56,15 @@
                 },
                 "choices": ["Yes", "No"],
                 "default": "Yes"
+            },
+            {
+    		"name": "my_boolean",
+    		"type": "boolean",
+    		"ask": {
+                    "en": "Do you want to check this boolean ?",
+                    "fr": "Tu veux cocher ce booléen ?"
+                },
+                "default": true
             }
         ]
     }