89375685a0645a70a8d51901753652ff5ba335ae
[pharext/pharext.org] / bin / pharext.org
1 #!/usr/bin/php
2 <?php
3
4 namespace app;
5
6 $bootstrap = require __DIR__."/../app/bootstrap.php";
7 $injector = $bootstrap(["config", "github", "cli"]);
8 $injector->execute(Cli::class, [$argc, $argv]);