pub fn parse_partial( spec: &Spec, input: &[String], ) -> Result<ParseOutput, Error>
Parse command-line arguments without applying defaults.
Use this for help text generation or when you need the raw parsed values.