mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-13 12:57:59 +00:00
get file name from option
This commit is contained in:
parent
25dd7873c9
commit
f83a43671b
|
|
@ -63,6 +63,7 @@ class UploadextensionCommand extends Command
|
|||
return Command::FAILURE;
|
||||
}
|
||||
|
||||
$filename = $input->getOption('file');
|
||||
if (!$extmgr->updateExtension($filename)) {
|
||||
foreach ($extmgr->getErrorMsgs() as $msg) {
|
||||
$output->writeln(sprintf("<error>%s</error>", $msg));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user