From 7d59c15b0efd2aa5a27aef356a265f850a2e7e2f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 13 Jan 2026 06:24:07 +0800 Subject: Add JSON result getters for command outputs --- CommandLineWrapperExample/Program.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'CommandLineWrapperExample') diff --git a/CommandLineWrapperExample/Program.cs b/CommandLineWrapperExample/Program.cs index 1b67cb8..0d9ecdf 100644 --- a/CommandLineWrapperExample/Program.cs +++ b/CommandLineWrapperExample/Program.cs @@ -19,7 +19,5 @@ internal class Program // Use Current as the workspace directory var workspace = new JVCSWorkspace(); await workspace.InitializeAsync(current); - - await workspace.SheetList(); } } -- cgit