package oasis

  1. Overview
  2. Docs

Run custom command for pre/post hook

  • author Sylvain Le Gall
val run : OASISTypes.prog -> OASISTypes.args -> string array -> unit

run prg args extra_args Expand and run command.

val hook : ?failsafe:bool -> OASISTypes.custom -> ('a -> 'b) -> 'a -> 'b

hook ~failsafe custom f a Apply a function nested in a custom block as defined by OASISTypes.custom.