#!/usr/bin/env php add(new \Damianopetrungaro\PHPCommitizen\CommitCommand($configuration, new CreateConventionalCommit())); $app->run(); } catch (Throwable $e) { (new ConsoleOutput())->writeln("{$e->getMessage()}"); }