definition_astext.txt 804 B

1234567891011
  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: ["http://foo.com/"]]</comment>
  5. <comment>Options:</comment>
  6. <info>-f, --foo=FOO</info> The foo option
  7. <info> --baz[=BAZ]</info> The baz option<comment> [default: false]</comment>
  8. <info>-b, --bar[=BAR]</info> The bar option<comment> [default: "bar"]</comment>
  9. <info> --qux[=QUX]</info> The qux option<comment> [default: ["http://foo.com/","bar"]]</comment><comment> (multiple values allowed)</comment>
  10. <info> --qux2[=QUX2]</info> The qux2 option<comment> [default: {"foo":"bar"}]</comment><comment> (multiple values allowed)</comment>