We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8978d commit c3c327eCopy full SHA for c3c327e
packages/cli/src/bin/cli.ts
@@ -79,7 +79,7 @@ program
79
)
80
.option(
81
'--chrome-path <path>',
82
- 'Absolute path to the desired chrome executable'
+ 'Path to the desired chrome executable'
83
84
.action(cli);
85
0 commit comments