@@ -51,20 +51,20 @@ protected function configure()
51
51
$ this
52
52
->setDefinition ([
53
53
new InputArgument ('name ' , InputArgument::OPTIONAL , 'A service name (foo) ' ),
54
- new InputOption ('show-private ' , null , InputOption::VALUE_NONE , 'Used to show public *and* private services (deprecated) ' ),
55
- new InputOption ('show-arguments ' , null , InputOption::VALUE_NONE , 'Used to show arguments in services ' ),
56
- new InputOption ('show-hidden ' , null , InputOption::VALUE_NONE , 'Used to show hidden (internal) services ' ),
57
- new InputOption ('tag ' , null , InputOption::VALUE_REQUIRED , 'Shows all services with a specific tag ' ),
58
- new InputOption ('tags ' , null , InputOption::VALUE_NONE , 'Displays tagged services for an application ' ),
59
- new InputOption ('parameter ' , null , InputOption::VALUE_REQUIRED , 'Displays a specific parameter for an application ' ),
60
- new InputOption ('parameters ' , null , InputOption::VALUE_NONE , 'Displays parameters for an application ' ),
61
- new InputOption ('types ' , null , InputOption::VALUE_NONE , 'Displays types (classes/interfaces) available in the container ' ),
62
- new InputOption ('env-var ' , null , InputOption::VALUE_REQUIRED , 'Displays a specific environment variable used in the container ' ),
63
- new InputOption ('env-vars ' , null , InputOption::VALUE_NONE , 'Displays environment variables used in the container ' ),
54
+ new InputOption ('show-private ' , null , InputOption::VALUE_NONE , 'Show public *and* private services (deprecated) ' ),
55
+ new InputOption ('show-arguments ' , null , InputOption::VALUE_NONE , 'Show arguments in services ' ),
56
+ new InputOption ('show-hidden ' , null , InputOption::VALUE_NONE , 'Show hidden (internal) services ' ),
57
+ new InputOption ('tag ' , null , InputOption::VALUE_REQUIRED , 'Show all services with a specific tag ' ),
58
+ new InputOption ('tags ' , null , InputOption::VALUE_NONE , 'Display tagged services for an application ' ),
59
+ new InputOption ('parameter ' , null , InputOption::VALUE_REQUIRED , 'Display a specific parameter for an application ' ),
60
+ new InputOption ('parameters ' , null , InputOption::VALUE_NONE , 'Display parameters for an application ' ),
61
+ new InputOption ('types ' , null , InputOption::VALUE_NONE , 'Display types (classes/interfaces) available in the container ' ),
62
+ new InputOption ('env-var ' , null , InputOption::VALUE_REQUIRED , 'Display a specific environment variable used in the container ' ),
63
+ new InputOption ('env-vars ' , null , InputOption::VALUE_NONE , 'Display environment variables used in the container ' ),
64
64
new InputOption ('format ' , null , InputOption::VALUE_REQUIRED , 'The output format (txt, xml, json, or md) ' , 'txt ' ),
65
65
new InputOption ('raw ' , null , InputOption::VALUE_NONE , 'To output raw description ' ),
66
66
])
67
- ->setDescription ('Displays current services for an application ' )
67
+ ->setDescription ('Display current services for an application ' )
68
68
->setHelp (<<<'EOF'
69
69
The <info>%command.name%</info> command displays all configured <comment>public</comment> services:
70
70
0 commit comments