#!/usr/bin/env php getName(); // Run application single command $application = new Application('conventional-changelog', '1.17.0'); $application->add($command); $application->setDefaultCommand($commandName, true); $application->run();