diff --git a/app/cli.php b/app/cli.php index c887493bb..9c9989060 100644 --- a/app/cli.php +++ b/app/cli.php @@ -1,4 +1,3 @@ -#!/bin/env php task('generate') + ->task('sdks') ->action(function () { function getSSLPage($url) { @@ -211,6 +204,4 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND } exit(); - }); - -$cli->run(); \ No newline at end of file + }); \ No newline at end of file