Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit c5b3d9c

Browse files
committed
Added -i switch to usage string for generate-deps-for-config-factory
Re-aligned all items in the Arguments section as well, due to `--ignore-unresolved` being a longer string.
1 parent 975d204 commit c5b3d9c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Tool/ConfigDumperCommand.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ class ConfigDumperCommand
2121
const HELP_TEMPLATE = <<< EOH
2222
<info>Usage:</info>
2323
24-
%s [-h|--help|help] <configFile> <className>
24+
%s [-h|--help|help] [-i|--ignore-unresolved] <configFile> <className>
2525
2626
<info>Arguments:</info>
2727
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.
3737
3838
Reads the provided configuration file (creating it if it does not exist),
3939
and injects it with ConfigAbstractFactory dependency configuration for

0 commit comments

Comments
 (0)