Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
16 | protected function configure() { |
||
17 | $this->setName('structure:clean'); |
||
18 | $this->setDescription('Clean directory structure'); |
||
19 | $this->setHelp('This command clean directory structure in the specified path'); |
||
20 | $this->addArgument('path', InputArgument::OPTIONAL, 'path to target directory', getcwd()); |
||
21 | } |
||
35 | } |