#!/usr/bin/env php addCommand(new GenerateEndpointsCommand()); $app->addCommand(new UpdateChangelogCommand()); $app->run();