Finish the processor system
Dieser Commit ist enthalten in:
Ursprung
7623e7579f
Commit
290f52d181
BIN
daux.phar
Ausführbare Datei → Normale Datei
BIN
daux.phar
Ausführbare Datei → Normale Datei
Binäre Datei nicht angezeigt.
@ -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…
x
In neuem Issue referenzieren
Einen Benutzer sperren