Closed hanneskod closed 7 years ago
public static function configure(Command $command);
$app->add(new CommandWrapper(AddCommand::CLASS));
Then we can actually write specs for commands...
If we succeed in making the container pre-compiled it should be fetched before CommandWrapper.. think on this, good container handling is really important...
Then we can actually write specs for commands...