Skip to content

Commit 9013ffb

Browse files
Remove dotnet options
1 parent cf5288f commit 9013ffb

File tree

1 file changed

+0
-2
lines changed
  • harness/dotnet/Temporalio.Features.Harness

1 file changed

+0
-2
lines changed

harness/dotnet/Temporalio.Features.Harness/App.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ private static Command CreateCommand()
5757
{
5858
var cmd = new RootCommand(".NET features harness");
5959
cmd.AddOption(serverOption);
60-
cmd.AddOption(directServerOption);
6160
cmd.AddOption(namespaceOption);
6261
cmd.AddOption(clientCertPathOption);
6362
cmd.AddOption(clientKeyPathOption);
64-
cmd.AddOption(proxyControlUriOption);
6563
cmd.AddArgument(featuresArgument);
6664
cmd.SetHandler(RunCommandAsync);
6765
return cmd;

0 commit comments

Comments
 (0)