#!/usr/bin/env php add(new ConvertCommand()); $application->setDefaultCommand(ConvertCommand::getDefaultName(), true); $application->run();