magento-hackathon / magento-composer-installer

Composer installer for Magento modules
210 stars 154 forks source link

"list" command doesn't work. #53

Closed joshribakoff closed 10 years ago

joshribakoff commented 10 years ago
php vendor/bin/composerCommandIntegrator.php list

This command just displays the help message:

   ______
  / ____/___  ____ ___  ____  ____  ________  _____
 / /   / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
/ /___/ /_/ / / / / / / /_/ / /_/ (__  )  __/ /
\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
                    /_/
Composer version @package_version@ @release_date@

Usage:
  [options] command [arguments]

Options:
  --help           -h Display this help message.
  --quiet          -q Do not output any message.
  --verbose        -v|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  --version        -V Display this application version.
  --ansi              Force ANSI output.
  --no-ansi           Disable ANSI output.
  --no-interaction -n Do not ask any interactive question.
  --profile           Display timing and memory usage information
  --working-dir    -d If specified, use the given directory as working directory.

Available commands:
  help                    Displays help for a command
  list                    Lists commands
  magento-module-deploy   Deploy all Magento modules loaded via composer.json

I can confirm that magento-module-deploy does something though.

Flyingmana commented 10 years ago

moved