Values.LaunchOverridesSourceOptions that apply when the app starts. These options override default behavior.
type nonrec t = {launchCommands : LaunchCommandList.t option;App launch commands and command line parameters that override the launch command configured in the simulation schema.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]