We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b19894 commit 9ecca29Copy full SHA for 9ecca29
br/librarian
@@ -10,7 +10,7 @@ require __DIR__ . '/../vendor/autoload.php';
10
use Minicli\Exception\CommandNotFoundException;
11
use Minicli\App;
12
13
-$app = new App(null, null, __DIR__);
+$app = new App(require __DIR__ . '/config.php');
14
$app->setSignature('
15
_ ____ ____ ____ ____ ____ ____ ____ ____
16
| | | || \ | \ / || \ | | / || \
0 commit comments