Package version, Laravel version
5.3
Expected behaviour
When running the command, the option --no-backup shouldn't expect a parameter. It should be, if present, false, otherwise true.
Actual behaviour
At the moment, this line put True when --no-backup is present
$entityGenerator->setBackupExisting(!$this->option('no-backup'));
(GenerateEntitiesCommand.php:81)
So when the command is ran with --no-backup, backup files are still generated