pub fn parse_editor_value(value: &str) -> Result<Vec<OsString>, Error>Expand description
Parse an editor command string into argv using shell-words rules.
Returns Error::InvalidEditorCommand(value.to_string()) on parse failure
(per FR-010 + STF-003).