Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Commit 1a7182c

Browse files
committed
Address review feedback for run arguments
1 parent 71c545c commit 1a7182c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/FlowCtl/Commands/Run/RunCommandOptionsHandler.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ private Task Execute(RunCommandOptions options)
7373
private string GetArgumentStr(RunCommandOptions options)
7474
{
7575
var arguments = new List<string> { "--start" };
76-
77-
if (options.Background)
78-
arguments.Add("--background");
79-
8076
return string.Join(' ', arguments);
8177
}
8278

0 commit comments

Comments
 (0)