| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | protected function configure() { |
||
| 30 | $this->setName("compact"); |
||
| 31 | $this->setDescription("Starts a compaction for the current selected database or just a set of views"); |
||
| 32 | |||
| 33 | $this->addOption("design-doc", |
||
| 34 | NULL, |
||
| 35 | InputOption::VALUE_REQUIRED, |
||
| 36 | "Name of the design document where are stored the views to compact"); |
||
| 37 | } |
||
| 38 | |||
| 52 | } |