This repository was archived by the owner on Nov 14, 2019. It is now read-only.
Commit 5209d28
committed
bug #167 Allow to execute the
This PR was merged into the 1.0-dev branch.
Discussion
----------
Allow to execute the `symfony demo` command repeatedly
If `-> addArgument()` provides a default value for the `directory` argument, then the `!$input->getArgument('directory')` instruction will never be `true`. The result is that you cannot execute the `symfony demo` command repeatedly as you could in the previous versions:

Commits
-------
182babb Allow to execute the `symfony demo` command repeatedlysymfony demo command repeatedly (javiereguiluz)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments