mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-24 08:54:21 +08:00
Update prompts
This commit is contained in:
10
.github/Scripts/copilotDebug_RunCommand.ps1
vendored
Normal file
10
.github/Scripts/copilotDebug_RunCommand.ps1
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
param(
|
||||
[Parameter(Mandatory=$true)]
|
||||
[string]$Command
|
||||
)
|
||||
|
||||
. $PSScriptRoot\copilotShared.ps1
|
||||
$cdbpath = GetCDBPath
|
||||
$commandLine = "echo .remote_exit | `"$($cdbpath)`" -remote npipe:server=.,pipe=VlppUnitTest -clines 0 -c `"$Command`""
|
||||
echo $commandLine
|
||||
cmd.exe /S /C $commandLine
|
||||
Reference in New Issue
Block a user