[enh] Add boolean argument example.

master
opi 9 years ago
parent 550c0573ca
commit a5fbda0bc7

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

Loading…
Cancel
Save