Represents a windows cmd cli command executed using the cmd
executable.
new
CmdCliCommand(script: string,options?: ShellCommandOptions,)
Creates a new instance of the cmdCommand
class.
getScriptFile(): { file: string | undefined; generated: boolean; }
getShellArgs(): string[]
Gets the cmd arguments for executing the cmd script.