Closed grandeljay closed 1 year ago
When using the create command options such as --prefix=VENDOR_PREFIX cannot be checked. With this PR you can use:
create
--prefix=VENDOR_PREFIX
$cli->hasOption('--prefix')
and
$cli->getOption('--prefix')
which would return VENDOR_PREFIX.
VENDOR_PREFIX
When using the
create
command options such as--prefix=VENDOR_PREFIX
cannot be checked. With this PR you can use:and
which would return
VENDOR_PREFIX
.