We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e8058 commit a1e37f9Copy full SHA for a1e37f9
1 file changed
src/cli/cli.ts
@@ -43,7 +43,7 @@ const cli = await y
43
.option('input', {
44
alias: 'i',
45
describe: 'Paths you would like to extract strings from. You can use path expansion, glob patterns and multiple paths',
46
- default: [process.env.PWD],
+ default: [process.cwd()],
47
type: 'array',
48
normalize: true,
49
demandOption: true
0 commit comments