暂存
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
require __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
use OpenSearch\Util\Command\GenerateEndpointsCommand;
|
||||
use OpenSearch\Util\Command\UpdateChangelogCommand;
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
$app = new Application();
|
||||
$app->addCommand(new GenerateEndpointsCommand());
|
||||
$app->addCommand(new UpdateChangelogCommand());
|
||||
$app->run();
|
||||
Reference in New Issue
Block a user