~speguero/powerpkg

8a6bf6d2b70263ec9f9e5ca33745e59f1fa4279f — Steven Peguero 7 years ago 50e8a99
Add documentation for temporarily skipping task entries
1 files changed, 8 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +8 -0
@@ 292,6 292,14 @@ Because of its purpose, `<TaskEntry>` can also be specified more than once withi
<TaskName>Install Program</TaskName>
```

> **NOTE**:
>
> You can temporarily skip task entries for the sole purpose of debugging and testing packages, by specifying `#` as the first character in this fashion:
> 
> ```xml
> <TaskName>#Install Program</TaskName>
> ```

#### `Executable`

> - **Required**: Yes