Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-23 00:19:06 +00:00
parent 8ba6f7fc9e
commit 94c28849c9
382 changed files with 1183 additions and 1056 deletions

View File

@@ -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: