Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
improve module:generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabea David committed Feb 3, 2017
1 parent 72c196c commit 5e7e6a7
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 229 deletions.
3 changes: 3 additions & 0 deletions src/Commands/Common/CheatCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ protected function execute(InputInterface $input, OutputInterface $output) {
$tools->writeCount(5, 10);
$tools->nl();
$tools->writeDfList('Write Df List', 'Write Df List Part Two.');
$tools->writeDfList('Write Df List 2', 'Write Df List Part Two 2.');
$tools->nl();
$tools->writeError('Write Error and exit!');
}

}

0 comments on commit 5e7e6a7

Please sign in to comment.