Finish the processor system
This commit is contained in:
bovenliggende
7623e7579f
commit
290f52d181
BIN
daux.phar
Executable file → Normal file
BIN
daux.phar
Executable file → Normal file
Binair bestand niet weergegeven.
@ -31,11 +31,12 @@ class Command extends SymfonyCommand
|
||||
|
||||
$width = $this->getApplication()->getTerminalDimensions()[0];
|
||||
|
||||
switch(strtolower($input->getOption('processor'))) {
|
||||
case 'none':
|
||||
default:
|
||||
//nothing
|
||||
}
|
||||
$processor = $input->getOption('processor');
|
||||
if (!empty($processor) && $processor != 'none') {
|
||||
if (file_exists($processor)) {
|
||||
include $processor;
|
||||
}
|
||||
}
|
||||
|
||||
switch(strtolower($input->getOption('format'))) {
|
||||
case 'confluence':
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user