mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
@@ -155,7 +155,7 @@ class Descriptor
|
|||||||
|
|
||||||
$this->writeText('<comment>Options:</comment>', $options);
|
$this->writeText('<comment>Options:</comment>', $options);
|
||||||
foreach ($definition->getOptions() as $option) {
|
foreach ($definition->getOptions() as $option) {
|
||||||
if (strlen($option->getShortcut()) > 1) {
|
if ($option->getShortcut() && strlen($option->getShortcut()) > 1) {
|
||||||
$laterOptions[] = $option;
|
$laterOptions[] = $option;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user