You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .docs/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ console:
31
31
autoExit: true / false
32
32
url: https://contributte.com
33
33
lazy: false
34
-
helperSet: @customHelperSet
35
34
```
36
35
37
36
In SAPI (CLI) mode there is no http request and thus no URL address. This is an inconvenience you have to solve by yourself - via the `console.url` option.
@@ -41,7 +40,7 @@ console:
41
40
url: https://contributte.org
42
41
```
43
42
44
-
### HelperSet
43
+
### Helpers
45
44
46
45
You could also define you custom `helperSet` just in case. There are 2 possible approaches. You can register your
47
46
`App\Model\MyCustomHelperSet`as a service under the `services` section or provide it directly to the extension config `helperSet`.
@@ -63,8 +62,7 @@ console:
63
62
helperSet: App\Model\MyCustomHelperSet
64
63
```
65
64
66
-
By default, helperSet contains 5 helpers - 4 defined in `Symfony\Component\Console\Application` and 1 defined
67
-
by the extension itself. You can add more helpers, if needed.
65
+
By default, helperSet contains 4 helpers defined in `Symfony\Component\Console\Application`. You can add more helpers, if need them.
0 commit comments