added missing description...
This commit is contained in:
parent
5446bcdf90
commit
af33222364
1 changed files with 6 additions and 1 deletions
|
@ -28,6 +28,11 @@ version_added: "1.6"
|
||||||
description:
|
description:
|
||||||
- Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you
|
- Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you
|
||||||
options:
|
options:
|
||||||
|
command:
|
||||||
|
description:
|
||||||
|
- Composer command like "install", "update" and so option
|
||||||
|
required: false
|
||||||
|
default: install
|
||||||
working_dir:
|
working_dir:
|
||||||
description:
|
description:
|
||||||
- Directory of your project ( see --working-dir )
|
- Directory of your project ( see --working-dir )
|
||||||
|
@ -85,7 +90,7 @@ notes:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Downloads and installs all the libs and dependencies outlined in the /path/to/project/composer.lock
|
# Downloads and installs all the libs and dependencies outlined in the /path/to/project/composer.lock
|
||||||
- composer: working_dir=/path/to/project
|
- composer: command=install working_dir=/path/to/project
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue