Skip to content

Commit d23305b

Browse files
authored
chore(cli): clarify --skills option description (#39976)
1 parent 47ac345 commit d23305b

File tree

1 file changed

+1
-1
lines changed
  • packages/playwright-core/src/tools/cli-daemon

1 file changed

+1
-1
lines changed

packages/playwright-core/src/tools/cli-daemon/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ const install = declareCommand({
926926
category: 'install',
927927
args: z.object({}),
928928
options: z.object({
929-
skills: z.string().optional().describe('Install skills to ".claude" (default) or ".agents" dir'),
929+
skills: z.string().optional().describe('Install skills, possible values: claude (default), agents.'),
930930
}),
931931
toolName: '',
932932
toolParams: () => ({}),

0 commit comments

Comments
 (0)