ask('What is your name? '); $this->printLn($this->argument('test')); $this->success('Succcess: Hello ' . $name); $this->warning('Warning: Hello ' . $name); $this->error('Error: Hello ' . $name); return true; } }