diff --git a/libs/Console/Generate.php b/libs/Console/Generate.php index d3bc8b6..5e3bf0e 100755 --- a/libs/Console/Generate.php +++ b/libs/Console/Generate.php @@ -1,5 +1,7 @@ getName(); + array_unshift($argv, 'binary_name'); + + $input = new ArgvInput($argv, $this->getDefinition()); + } + $daux = $this->prepareDaux($input); $width = $this->getApplication()->getTerminalDimensions()[0];