for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Padawan\Command;
class ErrorCommand implements CommandInterface {
public function run(array $arguments = []) {
return [
"error" => "Unknown command"
];
}