pub fn parse_or_schema<T: FdlArgsTrait>() -> TExpand description
Intercept --fdl-schema and --help, otherwise parse argv.
--fdl-schemaanywhere in argv: print the JSON schema to stdout, exit 0.--help/-hanywhere in argv: print help to stdout, exit 0.- Otherwise: parse via
T::try_parse_from.