/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
symfony
/
console
/
Tests
/
Fixtures
/
Upload File
HOME
My Symfony application v1.0 =========================== Table of Contents ----------------- - `help`_ - `list`_ descriptor ~~~~~~~~~~ - `descriptor:command1`_ - `descriptor:command2`_ - `descriptor:command4`_ Commands -------- Global ~~~~~~ help .... Display help for a command Usage ^^^^^ - ``help [--format FORMAT] [--raw] [--] [<command_name>]`` The help command displays help for a given command: %%PHP_SELF%% help list You can also output the help in other formats by using the --format option: %%PHP_SELF%% help --format=xml list To display the list of available commands, please use the list command. Arguments ^^^^^^^^^ command_name Options ^^^^^^^ \-\-format """""""""" The output format (txt, xml, json, or md) - **Accept value**: yes - **Is value required**: yes - **Is multiple**: no - **Is negatable**: no - **Default**: ``'txt'`` \-\-raw """"""" To output raw command help - **Accept value**: no - **Is value required**: no - **Is multiple**: no - **Is negatable**: no - **Default**: ``false`` list .... List commands Usage ^^^^^ - ``list [--raw] [--format FORMAT] [--short] [--] [<namespace>]`` The list command lists all commands: %%PHP_SELF%% list You can also display the commands for a specific namespace: %%PHP_SELF%% list test You can also output the information in other formats by using the --format option: %%PHP_SELF%% list --format=xml It's also possible to get raw list of commands (useful for embedding command runner): %%PHP_SELF%% list --raw Arguments ^^^^^^^^^ namespace Options ^^^^^^^ \-\-raw """"""" To output raw command list - **Accept value**: no - **Is value required**: no - **Is multiple**: no - **Is negatable**: no - **Default**: ``false`` \-\-format """""""""" The output format (txt, xml, json, or md) - **Accept value**: yes - **Is value required**: yes - **Is multiple**: no - **Is negatable**: no - **Default**: ``'txt'`` \-\-short """"""""" To skip describing commands' arguments - **Accept value**: no - **Is value required**: no - **Is multiple**: no - **Is negatable**: no - **Default**: ``false`` descriptor ~~~~~~~~~~ .. _alias1: .. _alias2: descriptor:command1 ................... command 1 description Usage ^^^^^ - ``descriptor:command1`` - ``alias1`` - ``alias2`` command 1 help descriptor:command2 ................... command 2 description Usage ^^^^^ - ``descriptor:command2 [-o|--option_name] [--] <argument_name>`` - ``descriptor:command2 -o|--option_name <argument_name>`` - ``descriptor:command2 <argument_name>`` command 2 help Arguments ^^^^^^^^^ argument_name Options ^^^^^^^ \-\-option_name|-o """""""""""""""""" - **Accept value**: no - **Is value required**: no - **Is multiple**: no - **Is negatable**: no - **Default**: ``false`` .. _descriptor:alias_command4: .. _command4:descriptor: descriptor:command4 ................... Usage ^^^^^ - ``descriptor:command4`` - ``descriptor:alias_command4`` - ``command4:descriptor``