mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 16:02:18 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# phing
|
||||
|
||||
> A PHP build tool based on Apache Ant.
|
||||
> More information: <https://www.phing.info>.
|
||||
> More information: <https://www.phing.info/guide/chunkhtml/ch03s03.html>.
|
||||
|
||||
- Perform the default task in the `build.xml` file:
|
||||
|
||||
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Initialize a new build file:
|
||||
|
||||
`phing -i {{path/to/build.xml}}`
|
||||
`phing {{[-i|--init]}} {{path/to/build.xml}}`
|
||||
|
||||
- Perform a specific task:
|
||||
|
||||
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Use the given build file path:
|
||||
|
||||
`phing -f {{path/to/build.xml}} {{task_name}}`
|
||||
`phing {{[-f|-buildfile]}} {{path/to/build.xml}} {{task_name}}`
|
||||
|
||||
- Log to the given file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user