Finish the processor system
Cette révision appartient à :
Parent
7623e7579f
révision
290f52d181
BIN
daux.phar
Fichier exécutable → Fichier normal
BIN
daux.phar
Fichier exécutable → Fichier normal
Fichier binaire non affiché.
@ -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':
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user