setName('Test') ->setDescription('command test.'); } protected function execute(Input $input, Output $output) { print_r('hello test.'); } }