You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
This is a bit ugly, but sometimes the error while parsing an argument seems to take precedence over anything (including other errors) that might be encountered later:
pubtraitOptions<Arg:Arguments>:Sized{/// Apply a single argument to the options.fnapply(&mutself,arg:Arg) -> Result<(),Error>;// Rest basically unchanged; the default `parse` impl would simply call `parse()?` instead.}