@@ -21,19 +21,19 @@ class ConfigDumperCommand
21
21
const HELP_TEMPLATE = <<< EOH
22
22
<info>Usage:</info>
23
23
24
- %s [-h|--help|help] <configFile> <className>
24
+ %s [-h|--help|help] [-i|--ignore-unresolved] <configFile> <className>
25
25
26
26
<info>Arguments:</info>
27
27
28
- <info>-h|--help|help</info> This usage message
29
- <info>-i|--ignore-unresolved</info> Ignore classes with unresolved
30
- direct dependencies.
31
- <info><configFile></info> Path to a config file for which to generate configuration.
32
- If the file does not exist, it will be created. If it does
33
- exist, it must return an array, and the file will be
34
- updated with new configuration.
35
- <info><className></info> Name of the class to reflect and for which to generate
36
- dependency configuration.
28
+ <info>-h|--help|help</info> This usage message
29
+ <info>-i|--ignore-unresolved</info> Ignore classes with unresolved direct dependencies.
30
+ <info><configFile></info> Path to a config file for which to generate
31
+ configuration. If the file does not exist, it will
32
+ be created. If it does exist, it must return an
33
+ array, and the file will be updated with new
34
+ configuration.
35
+ <info><className></info> Name of the class to reflect and for which to
36
+ generate dependency configuration.
37
37
38
38
Reads the provided configuration file (creating it if it does not exist),
39
39
and injects it with ConfigAbstractFactory dependency configuration for
0 commit comments