Module DebugProtocol.RunInTerminalArguments

include sig ... end
type t = private Ojs.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
type kind =
  1. | Integrated
  2. | External
val kind_of_js : Ojs.t -> kind
val kind_to_js : kind -> Ojs.t
include sig ... end
val title : t -> string Interop.or_undefined
val cwd : t -> string
val args : t -> string list
val argsCanBeInterpretedByShell : t -> bool Interop.or_undefined