@@ -51,20 +51,20 @@ protected function configure()
5151 $ this
5252 ->setDefinition ([
5353 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 ' ),
6464 new InputOption ('format ' , null , InputOption::VALUE_REQUIRED , 'The output format (txt, xml, json, or md) ' , 'txt ' ),
6565 new InputOption ('raw ' , null , InputOption::VALUE_NONE , 'To output raw description ' ),
6666 ])
67- ->setDescription ('Displays current services for an application ' )
67+ ->setDescription ('Display current services for an application ' )
6868 ->setHelp (<<<'EOF'
6969The <info>%command.name%</info> command displays all configured <comment>public</comment> services:
7070
0 commit comments