diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-13 06:24:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-13 06:24:07 +0800 |
| commit | 7d59c15b0efd2aa5a27aef356a265f850a2e7e2f (patch) | |
| tree | 16f30ff5a7d5d871f0358f792988f369cc532b45 /CommandLineWrapper/WorkspaceCommandGenerator | |
| parent | b202287c51438d64f769dd72c579664493ba9109 (diff) | |
Add JSON result getters for command outputs
Diffstat (limited to 'CommandLineWrapper/WorkspaceCommandGenerator')
| -rw-r--r-- | CommandLineWrapper/WorkspaceCommandGenerator/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandLineWrapper/WorkspaceCommandGenerator/Program.cs b/CommandLineWrapper/WorkspaceCommandGenerator/Program.cs index dd00afc..e0bf373 100644 --- a/CommandLineWrapper/WorkspaceCommandGenerator/Program.cs +++ b/CommandLineWrapper/WorkspaceCommandGenerator/Program.cs @@ -71,7 +71,7 @@ namespace CommandLineWrapper.CodeGenerator var parameters = methodMatch.Groups[2].Value; // Skip methods already defined in JVCSWorkspace - if (methodName == "GetWorkspaceDirectory" || methodName == "Login") + if (methodName == "GetWorkspaceDirectory") { continue; } |
