widop / WidopFixturesBundle

Loads doctrine fixtures by environment
3 stars 2 forks source link

Add support for the standard --no-interaction option #12

Closed clemherreman closed 12 years ago

clemherreman commented 12 years ago

Due to modification in the doctrine fixtures bundle, we are now greeted by a prompt everytime we try to load the fixtures.

Prompt

This can normally be disabled by the --no-interaction option, that disable any prompt. This option was ignored by our command. This PR add support of this option.