Skip to content

Console BC break 2.8.12? #20194

@dominikzogg

Description

@dominikzogg

Within Symfony 2.8.11 a space between option and its value wasn't a problem.

$ ./app/console --version
Symfony version 2.8.11 - app/dev/debug

$ app/console my:command:name --option= 8

Within Symfony 2.8.12 a space between option and is a problem.

$ ./app/console --version
Symfony version 2.8.12 - app/dev/debug

$ app/console my:command:name --option= 8


  [Symfony\Component\Console\Exception\RuntimeException]  
  Too many arguments, expected arguments "command".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions