How to use the `-styler` argument with `Ppxlib.Driver.standalone` executables

Looking at the source for Ppxlib.Driver.standalone, it appears to accept a string argument, -styler, which has the description “Code styler”.

How should this argument be used? Is it possible to apply ocamlformat using it?

Thanks,

Michael

Perhaps I should have looked slightly longer. The string is just the command you wish to apply: ppxlib/reconcile.ml at main · ocaml-ppx/ppxlib · GitHub