From 6b9268d2d88c81c18f2cc21e343d321989dad99c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 9 Jan 2026 21:30:49 +0800 Subject: Set up project structure and CLI integration --- Run-WrapperExample.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Run-WrapperExample.ps1 (limited to 'Run-WrapperExample.ps1') diff --git a/Run-WrapperExample.ps1 b/Run-WrapperExample.ps1 new file mode 100644 index 0000000..b2fda22 --- /dev/null +++ b/Run-WrapperExample.ps1 @@ -0,0 +1,6 @@ +& ".\Collect-Command-Line.ps1" + +if ($LASTEXITCODE -eq 0) { + Clear-Host + dotnet run --project .\CommandLineWrapperExample +} -- cgit