#!/usr/bin/env php \n\nCommands:\n db:migrate Run Phinx migrations\n"); exit(0); default: fwrite(STDERR, "Unknown command: {$command}\n"); exit(1); }