wcl answer
Walk a document's pending @answerable interview questions (from import <answer.wcl>) and record the answers — arrow-key menus for choice questions, free text always available, each answer written back immediately through the validating edit pipeline.
| Argument | Required | Description | Remarks |
|---|---|---|---|
| file | required | Path to the WCL document (imports are followed; answers land in the declaring file). | — |
| Switch | Value | Description | Remarks |
|---|---|---|---|
| --list | — | List the pending questions as JSON instead of prompting. | — |
| --id | ID | Answer one question non-interactively: the question block's label. | — |
| --text | TEXT | Free-text answer for --id (may combine with --pick). | — |
| --pick | OPTION | Pick an option by its id for --id (repeatable). | — |
| --skip | — | Skip the --id question: writes its declared skipped status. | — |
console
wcl answer plan.wcl --id q_platforms --pick linux