File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 74
74
75
75
.. code-block :: bash
76
76
77
- $ php app/console list -verbose
77
+ $ php app/console list -- verbose
78
78
$ php app/console list -v
79
79
80
80
If you set the optional arguments to give your application a name and version::
@@ -85,7 +85,7 @@ then you can use:
85
85
86
86
.. code-block :: bash
87
87
88
- $ php app/console list -version
88
+ $ php app/console list -- version
89
89
$ php app/console list -V
90
90
91
91
to get this information output:
@@ -139,5 +139,5 @@ can run it with:
139
139
140
140
$ php app/console d:g Fabien
141
141
142
- If you choose too short a command so it is ambiguous, then no command will be run and
143
- some suggestions of the possible commands to choose from will be output.
142
+ If you choose a too short command so it is ambiguous, then no command will be
143
+ run and some suggestions of the possible commands to choose from will be output.
You can’t perform that action at this time.
0 commit comments