add new setting to preselect system distribution to ease configuration
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -94,7 +94,7 @@ final class RunApiCommand extends CliCommand
|
||||
} else {
|
||||
$rows = [];
|
||||
foreach ($docs['params'] as $param) {
|
||||
$rows[] = [$param['type'], '<options=bold>'.$param['parameter'].'</>', $param['desc'] ?? ""];
|
||||
$rows[] = [$param['type'], '<options=bold>' . $param['parameter'] . '</>', $param['desc'] ?? ""];
|
||||
}
|
||||
$io->table(['Type', 'Name', 'Description'], $rows);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user