Module Brzo_outcome.Action
Predefined actions.
val exec : 'a action
exec _ c _ _ ~artefact
executes programartefact
usingBrzo.Conf.action_args
andBrzo.Conf.cwd
. Normally the function does not return.
val show_pdf : 'a action
show_pdf _ c _ _ ~artefact
shows pathartefact
in a PDF viewer usingBrzo.Conf.pdf_viewer
.