#!/usr/bin/env php add(new SpinCommand()); try { $application->run(); } catch (\Exception $exception) { die($exception->getMessage()); }