Just downloaded the latest phar package and tried to generate our docs with the new version. We run it with the `-d` and `-t` switches. ```bash php8.2 phpDocumentor.phar run -d /path/to/source -t /path/to/target ``` Results in: `No arguments expected, got "run".` ## Steps to reproduce the problem 1. Download latest phar `wget https://phpdoc.org/phpDocumentor.phar` 2. Run ## Your environment * Version used: 3.5.0 * Install method: phar, downloaded from phpdoc.org * PHP version: 8.2 * Operating system: Ubuntu 22.04.4