rougail-output-doc/tests/docs/no_namespace/16_6choice_redefine.md

3.9 KiB

Table of Contents

dictionaries/rougail/01-base.yml

---
version: '1.0'
var:
  redefine: true
  choices:
    - a
    - c

dictionaries/rougail/00-base.yml

---
version: '1.0'
var:
  type: choice
  description: A choice
  default: c
  choices:
    - a
    - b
    - c

Variables

Variable                                                                                                     Description                                                                                                 
var
choice standard obligatoire
A choice.
Choix:
- a
- c ← (defaut)