Module Assemblage.Private.Action

module Action: sig .. end
Build actions.

Important. Actions commands produce file paths. Build system backends are in charge for making sure the directory name of these paths exist before invoking the action.



Actions


include Assemblage.Action
val args : t -> Assemblage.Private.Args.t
args a is a's argument bundle.
val pp : Assemblage.Private.Conf.t -> Format.formatter -> t -> unit
pp conf ppf a prints an unspecified representation of a in context conf on ppf.