Skip to content

Commit 212ca67

Browse files
authored
Documented CSV columns in README
Resolves #1
1 parent 05cef33 commit 212ca67

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ END,release,1553682979.3,0.8
2222
END,deploy,1553682979.3,4.9
2323
```
2424

25+
The columns are:
26+
- `BEGIN` or `END`, marking time where a task started or finished
27+
- task name
28+
- Unix timestamp (as float)
29+
- Duration of task in seconds (only in `END` rows)
30+
2531
## Installation
2632

2733
1. Require via composer
@@ -97,4 +103,4 @@ The MIT License (MIT). Please see [License File](LICENSE.txt) for more informati
97103
[link-code-quality]: https://scrutinizer-ci.com/g/integer-net/deployer-timer
98104
[link-downloads]: https://packagist.org/packages/integer-net/deployer-timer
99105
[link-author]: https://github.com/schmengler
100-
[link-contributors]: ../../contributors
106+
[link-contributors]: ../../contributors

0 commit comments

Comments
 (0)