README.md in dovico-1.2.0 vs README.md in dovico-1.3.0
- old
+ new
@@ -60,21 +60,27 @@
task_id: 120
hours: 2
- project_id: 4321
task_id: 424
hours: 2
- # Quotes around day are mandatory
- # On leave: use an empty array
- '2016-01-17': []
- # Specific day: redefine each tasks
- '2017-12-19':
- - project_id: 1234
- task_id: 456
- hours: 6
- - project_id: 4321
- task_id: 424
- hours: 1
+ specific_days:
+ # Quotes around day are mandatory
+ # On leave: use an empty array
+ '2016-01-17': []
+ # Specific day: redefine each tasks
+ '2017-12-19':
+ - project_id: 1234
+ task_id: 456
+ hours: 6
+ - project_id: 4321
+ task_id: 424
+ hours: 1
+ specific_weeks:
+ '2016-52': [] # Christmas week
+ specific_months:
+ '2016-07': [] # No work on July
+
~~~
# Usage
## Display informations on your account
`dovico --myself`
@@ -104,10 +110,10 @@
`dovico --fill [date options]`
The date options are detailed below. All the other commands use the same format for these date options.
### For the current week
-`dovico --fill --current_week`
+`dovico --fill --current-week`
### For today
`dovico --fill --today`
### For a specific [commercial week](http://www.epochconverter.com/weeks/)