#!/usr/bin/env php addCommands( new \Misuzu\Console\Commands\CronCommand($msz), new \Misuzu\Console\Commands\MigrateCommand($msz), new \Misuzu\Console\Commands\NewMigrationCommand($msz), ); $commands->dispatch(new CommandArgs($argv));