fabro/lib/crates/fabro-cli/tests
Bryan Helmkamp 67db378bd0 Remove dead selected_options field from Answer struct
The field was populated in constructors but never read by any code.
Selected keys are already carried by AnswerValue::MultiSelected(Vec<String>),
making this field redundant. Also removes the unused options parameter from
Answer::multi_selected().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 16:07:26 -04:00
..
cmd Add node-level model validation + missing catalog aliases (#110) 2026-03-19 22:48:08 -04:00
cli.rs Remove dead selected_options field from Answer struct 2026-03-23 16:07:26 -04:00
scenario.rs Add fabro secret CLI subcommands for managing ~/.fabro/.env 2026-03-18 18:02:38 -04:00
trycmd.rs Rename init to repo init with backwards-compat shim 2026-03-18 17:41:49 -04:00