Type alias LaunchArguments

LaunchArguments: (string | {
    rules: VersionJsonRules;
    value?: string | string[];
})[]

Launch arguments for an instance. These are configurable with a rule check to avoid using a set argument in an environment that argument is incompatible with

Generated using TypeDoc