[enh] Add boolean argument example.

This commit is contained in:
opi 2016-02-16 14:05:27 +01:00
parent 550c0573ca
commit a5fbda0bc7

View file

@ -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
}
]
}