PHP Classes

File: Console/Tests/Fixtures/application_run3.txt

Recommend this page to a friend!
  Classes of Mukhamad Ikhsan   Redmine PHP Console Tools   Console/Tests/Fixtures/application_run3.txt   Download  
File: Console/Tests/Fixtures/application_run3.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Redmine PHP Console Tools
Manage projects hosted in a Redmine installation
Author: By
Last change: Update of Console/Tests/Fixtures/application_run3.txt
Date: 2 months ago
Size: 559 bytes
 

Contents

Class file image Download
Usage: list [--xml] [--raw] [namespace] Arguments: namespace The namespace name Options: --xml To output help as XML --raw To output raw command list Help: The list command lists all commands: php app/console list You can also display the commands for a specific namespace: php app/console list test You can also output the information as XML by using the --xml option: php app/console list --xml It's also possible to get raw list of commands (useful for embedding command runner): php app/console list --raw