This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Console/Fixtures/command_astext.txt

18 lines
677 B
Plaintext
Raw Normal View History

2010-01-04 14:42:28 +00:00
<comment>Usage:</comment>
2010-07-01 19:19:54 +01:00
namespace:name [-h|--help] [-q|--quiet] [-v|--verbose] [-V|--version] [-a|--ansi] [-n|--no-interaction] command
2010-01-04 14:42:28 +00:00
<comment>Aliases:</comment> <info>name</info>
<comment>Arguments:</comment>
<info>command </info> The command to execute
2010-01-04 14:42:28 +00:00
<comment>Options:</comment>
<info>--help</info> (-h) Display this help message.
<info>--quiet</info> (-q) Do not output any message.
<info>--verbose</info> (-v) Increase verbosity of messages.
<info>--version</info> (-V) Display this program version.
2010-07-01 19:19:54 +01:00
<info>--ansi</info> (-a) Force ANSI output.
2010-01-04 14:42:28 +00:00
<info>--no-interaction</info> (-n) Do not ask any interactive question.
<comment>Help:</comment>
help