pub fn cmd_answer_question(
repo: &Path,
mission_id: &str,
question_id: &str,
answer: &str,
option: Option<u32>,
) -> Result<PathBuf>Expand description
Enqueue an AnswerQuestion control command (ticket
structured-human-question-events). Returns the queued file path.