Skip to content

Commit 85e9dd4

Browse files
freemaclaude
andcommitted
fix: prettier formatting in cli.ts marionetteHost description
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8281b75 commit 85e9dd4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/cli.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ export const cliOptions = {
112112
},
113113
marionetteHost: {
114114
type: 'string',
115-
description: 'Marionette host to connect to when using --connect-existing (default: 127.0.0.1). Also used as the BiDi WebSocket connect address when different from 127.0.0.1.',
115+
description:
116+
'Marionette host to connect to when using --connect-existing (default: 127.0.0.1).' +
117+
' Also used as the BiDi WebSocket connect address when different from 127.0.0.1.',
116118
default: process.env.MARIONETTE_HOST ?? '127.0.0.1',
117119
},
118120
env: {

0 commit comments

Comments
 (0)