Skip to content

Commit 078ed8c

Browse files
Mossakaclaude
andcommitted
fix: resolve rebase conflicts and remove duplicate --tty flag
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f5ba3b4 commit 078ed8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/cli.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,11 +1036,6 @@ program
10361036
'--agent-timeout <minutes>',
10371037
'Maximum time in minutes for the agent command to run (default: no limit)',
10381038
)
1039-
.option(
1040-
'--tty',
1041-
'Allocate a pseudo-TTY for the container (required for interactive tools like Claude Code)',
1042-
false
1043-
)
10441039
.option(
10451040
'--work-dir <dir>',
10461041
'Working directory for temporary files',

0 commit comments

Comments
 (0)