Hello, ```sh npx ts-doc-gen-md -i 'test.d.ts' -o "./test.md" ``` Yields: ```sh undefined:1 test.d.ts ^ ReferenceError: test is not defined ``` Maybe I'm using the CLI wrong? Thanks.