fix: change --workdir to --dir for opencode run command
This commit is contained in:
@@ -135,7 +135,7 @@ class ParallelCapacityTester:
|
||||
|
||||
try:
|
||||
result = subprocess.run(
|
||||
['opencode', 'run', task, '--workdir', workdir],
|
||||
['opencode', 'run', task, '--dir', workdir],
|
||||
capture_output=True,
|
||||
text=True,
|
||||
timeout=self.timeout
|
||||
|
||||
Reference in New Issue
Block a user