X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2Fbootstrap%2Fcli.php;h=8142fb11141b97e0fe94160fb9a433005885ef34;hb=26494fb5cdfb9cf103904d10b6bda564bcf2d0bd;hp=4a0239e910d050d5663835aa8cdfeb83aa65c36a;hpb=34739d9ba328b1e9176800883eae0987f5f05337;p=pharext%2Fpharext.org diff --git a/app/bootstrap/cli.php b/app/bootstrap/cli.php index 4a0239e..8142fb1 100644 --- a/app/bootstrap/cli.php +++ b/app/bootstrap/cli.php @@ -15,6 +15,8 @@ $injector->share(Args::class) ->define(Args::class, [ ":spec" => [ [null, "ngrok", "Run ngrok", Args::SINGLE], + [null, "initdb", "Create database", Args::SINGLE], + [null, "gen-models", "Generate pq\\Gateway models", Args::SINGLE], ["h", "help", "Show this help", Args::HALT], ] ]);