From a5fbda0bc71c435cb57dd7d077bf473eb51a9a76 Mon Sep 17 00:00:00 2001 From: opi Date: Tue, 16 Feb 2016 14:05:27 +0100 Subject: [PATCH] [enh] Add boolean argument example. --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.json b/manifest.json index d215c73..3b4060b 100644 --- a/manifest.json +++ b/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 } ] }