Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / symfony / console / Symfony / Component / Console / Tests / Fixtures / definition_astext.txt
1 <comment>Arguments:</comment>
2  <info>foo       </info> The foo argument
3  <info>baz       </info> The baz argument<comment> (default: true)</comment>
4  <info>bar       </info> The bar argument<comment> (default: ["bar"])</comment>
5
6 <comment>Options:</comment>
7  <info>--foo</info> (-f) The foo option
8  <info>--baz</info>      The baz option<comment> (default: false)</comment>
9  <info>--bar</info> (-b) The bar option<comment> (default: "bar")</comment>
10  <info>--qux</info>      The qux option<comment> (default: ["foo","bar"])</comment><comment> (multiple values allowed)</comment>
11  <info>--qux2</info>     The qux2 option<comment> (default: {"foo":"bar"})</comment><comment> (multiple values allowed)</comment>