@@ -44,20 +44,20 @@ protected function configure()
4444 $ this
4545 ->setDefinition ([
4646 new InputArgument ('name ' , InputArgument::OPTIONAL , 'A service name (foo) ' ),
47- new InputOption ('show-arguments ' , null , InputOption::VALUE_NONE , 'Used to show arguments in services ' ),
48- new InputOption ('show-hidden ' , null , InputOption::VALUE_NONE , 'Used to show hidden (internal) services ' ),
49- new InputOption ('tag ' , null , InputOption::VALUE_REQUIRED , 'Shows all services with a specific tag ' ),
50- new InputOption ('tags ' , null , InputOption::VALUE_NONE , 'Displays tagged services for an application ' ),
51- new InputOption ('parameter ' , null , InputOption::VALUE_REQUIRED , 'Displays a specific parameter for an application ' ),
52- new InputOption ('parameters ' , null , InputOption::VALUE_NONE , 'Displays parameters for an application ' ),
53- new InputOption ('types ' , null , InputOption::VALUE_NONE , 'Displays types (classes/interfaces) available in the container ' ),
54- new InputOption ('env-var ' , null , InputOption::VALUE_REQUIRED , 'Displays a specific environment variable used in the container ' ),
55- new InputOption ('env-vars ' , null , InputOption::VALUE_NONE , 'Displays environment variables used in the container ' ),
47+ new InputOption ('show-arguments ' , null , InputOption::VALUE_NONE , 'Show arguments in services ' ),
48+ new InputOption ('show-hidden ' , null , InputOption::VALUE_NONE , 'Show hidden (internal) services ' ),
49+ new InputOption ('tag ' , null , InputOption::VALUE_REQUIRED , 'Show all services with a specific tag ' ),
50+ new InputOption ('tags ' , null , InputOption::VALUE_NONE , 'Display tagged services for an application ' ),
51+ new InputOption ('parameter ' , null , InputOption::VALUE_REQUIRED , 'Display a specific parameter for an application ' ),
52+ new InputOption ('parameters ' , null , InputOption::VALUE_NONE , 'Display parameters for an application ' ),
53+ new InputOption ('types ' , null , InputOption::VALUE_NONE , 'Display types (classes/interfaces) available in the container ' ),
54+ new InputOption ('env-var ' , null , InputOption::VALUE_REQUIRED , 'Display a specific environment variable used in the container ' ),
55+ new InputOption ('env-vars ' , null , InputOption::VALUE_NONE , 'Display environment variables used in the container ' ),
5656 new InputOption ('format ' , null , InputOption::VALUE_REQUIRED , 'The output format (txt, xml, json, or md) ' , 'txt ' ),
5757 new InputOption ('raw ' , null , InputOption::VALUE_NONE , 'To output raw description ' ),
58- new InputOption ('deprecations ' , null , InputOption::VALUE_NONE , 'Displays deprecations generated when compiling and warming up the container ' ),
58+ new InputOption ('deprecations ' , null , InputOption::VALUE_NONE , 'Display deprecations generated when compiling and warming up the container ' ),
5959 ])
60- ->setDescription ('Displays current services for an application ' )
60+ ->setDescription ('Display current services for an application ' )
6161 ->setHelp (<<<'EOF'
6262The <info>%command.name%</info> command displays all configured <comment>public</comment> services:
6363
0 commit comments