Module SarifType.Invocation

type t = {
  1. commandLine : string;
  2. executionSuccessful : bool;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t