sscaff1 / windows-bug-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows issue

To test run the following commands:

npm ci
npm run build -w @test/cli
npm ci # yes do this again
npm run start -w @test/bug

On mac, you should get the following output:

{ inputPath: 'foo', outputPath: 'bar' }

On windows, you should notice that nothing is passed to the cli so the output is as follows:

{}

Note that if you npx echo-commander -i foo -o bar then you get the correct output regardless of operating system.

About


Languages

Language:TypeScript 100.0%