1234567891011 |
- <comment>Arguments:</comment>
- <info>foo</info> The foo argument
- <info>baz</info> The baz argument<comment> [default: true]</comment>
- <info>bar</info> The bar argument<comment> [default: ["http://foo.com/"]]</comment>
- <comment>Options:</comment>
- <info>-f, --foo=FOO</info> The foo option
- <info> --baz[=BAZ]</info> The baz option<comment> [default: false]</comment>
- <info>-b, --bar[=BAR]</info> The bar option<comment> [default: "bar"]</comment>
- <info> --qux[=QUX]</info> The qux option<comment> [default: ["http://foo.com/","bar"]]</comment><comment> (multiple values allowed)</comment>
- <info> --qux2[=QUX2]</info> The qux2 option<comment> [default: {"foo":"bar"}]</comment><comment> (multiple values allowed)</comment>
|